Searched refs:fstat (Results 1 – 3 of 3) sorted by relevance
136 inline int fstat(int fd, struct _stat *buffer) in fstat() function
306 if (fstat(fileno(fp), &st) == -1) in parse_fip()398 if (fstat(fileno(fp), &st) == -1) in read_image_from_file()
147 if (fstat(src_fd, &sbuf) < 0) { in stm32image_create_header_file()175 if (fstat(dest_fd, &sbuf) < 0) { in stm32image_create_header_file()
Completed in 5 milliseconds