Home | History | Annotate | Download | only in src

Lines Matching refs:is_regular_file

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