Home | History | Annotate | Download | only in linker

Lines Matching defs:file_stat

768   struct stat file_stat;
769 if (TEMP_FAILURE_RETRY(fstat(fd, &file_stat)) != 0) {
772 off_t file_size = file_stat.st_size;