Searched refs:regular_file (Results 1 – 9 of 9) sorted by relevance
48 case sys::fs::file_type::regular_file: { in create()
348 if (Type != sys::fs::file_type::regular_file && in getOpenFileImpl()
532 SupportsSeeking = !EC && Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
866 return status.type() == file_type::regular_file; in is_regular_file()
56 regular_file, enumerator
359 Type = file_type::regular_file;
96 0, 0, 1024, sys::fs::file_type::regular_file, Perms); in addRegularFile()
51 return Type == file_type::regular_file; in isRegularFile()
383 : file_type::regular_file;