Home | History | Annotate | Download | only in linker

Lines Matching defs:file_stat

777   struct stat file_stat;
778 if (TEMP_FAILURE_RETRY(fstat(fd, &file_stat)) != 0) {
781 off_t file_size = file_stat.st_size;