Searched defs:Perms (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Basic/ |
D | VirtualFileSystem.h | 40 llvm::sys::fs::perms Perms; variable
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 635 unsigned GID, unsigned Perms, in printRestOfMemberHeader() 647 unsigned GID, unsigned Perms, unsigned Size) { in printMemberHeader() 654 unsigned GID, unsigned Perms, unsigned Size) { in printMemberHeader()
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 158 perms Perms; variable 169 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t MTime, in file_status()
|
/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 94 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addRegularFile() 100 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addDirectory()
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 40 uint64_t Size, file_type Type, perms Perms) in Status()
|