Searched defs:Perms (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | ArchiveWriter.h | 24 unsigned UID = 0, GID = 0, Perms = 0644; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 156 perms Perms = perms_not_known; variable 164 basic_file_status(file_type Type, perms Perms, time_t ATime, in basic_file_status() 172 basic_file_status(file_type Type, perms Perms, uint32_t LastAccessTimeHigh, in basic_file_status() 246 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status() 254 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status()
|
H A D | VirtualFileSystem.h | 54 llvm::sys::fs::perms Perms; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 154 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() 170 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() 179 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 73 perms Perms) in Status() 719 Optional<llvm::sys::fs::perms> Perms, in addFile() 810 Optional<llvm::sys::fs::perms> Perms) { in addFile() 820 Optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn()
|
H A D | Path.cpp | 964 perms Perms) { in create_directories()
|