Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/tools/
A Dimx8image.c280 int tmp_fd = open(filename, O_RDONLY | O_BINARY); in check_file() local
282 if (tmp_fd < 0) { in check_file()
288 if (fstat(tmp_fd, sbuf) < 0) { in check_file()
294 close(tmp_fd); in check_file()

Completed in 3 milliseconds