Searched defs:is_regular_file (Results 1 – 2 of 2) sorted by relevance
688 bool is_regular_file(file_status status) { in is_regular_file() function692 error_code is_regular_file(const Twine &path, bool &result) { in is_regular_file() function
219 bool is_regular_file = ((file_stat.st_mode & S_IFREG) != 0); in FOpen() local