Home
last modified time | relevance | path

Searched refs:filler (Results 1 – 1 of 1) sorted by relevance

/lk-master/tools/
A Dbootimage.c112 static uint8_t filler[4096] = { 0, }; variable
125 if (writex(fd, filler, s)) { in bootimage_write()
135 if (writex(fd, filler, 4096 - (off & 4095))) return -1; in bootimage_write()

Completed in 3 milliseconds