Home | History | Annotate | Download | only in src

Lines Matching refs:is_regular_file

1020   bool is_regular_file = ((file_stat.st_mode & S_IFREG) != 0);
1021 if (is_regular_file) return file;