Home | History | Annotate | Download | only in src

Lines Matching refs:file_stat

1018   struct stat file_stat;
1019 if (fstat(fileno(file), &file_stat) != 0) return NULL;
1020 bool is_regular_file = ((file_stat.st_mode & S_IFREG) != 0);