Searched refs:all_all (Results 1 – 3 of 3) sorted by relevance
/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 100 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addRegularFile() 106 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addDirectory() 114 0, 0, 0, sys::fs::file_type::symlink_file, sys::fs::all_all); in addSymlink()
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 90 all_all = owner_all | group_all | others_all, enumerator
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 759 0, file_type::directory_file, sys::fs::all_all)); in parseEntry() 773 0, file_type::directory_file, sys::fs::all_all)); in parseEntry()
|