Home
last modified time | relevance | path

Searched defs:Perms (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Basic/
DVirtualFileSystem.h40 llvm::sys::fs::perms Perms; variable
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp635 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/
DFileSystem.h158 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/
DVirtualFileSystemTest.cpp94 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/
DVirtualFileSystem.cpp40 uint64_t Size, file_type Type, perms Perms) in Status()