Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/fiptool/
H A Dwin_posix.h50 #define fileno(fileptr) _fileno(fileptr) macro
H A Dfiptool.c311 if (fstat(fileno(fp), &st) == -1) in parse_fip()
318 if (ioctl(fileno(fp), BLKGETSIZE64, &st_size) == -1) in parse_fip()
413 if (fstat(fileno(fp), &st) == -1) in read_image_from_file()