Searched defs:Perms (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/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 | 55 llvm::sys::fs::perms Perms; variable 475 llvm::sys::fs::perms Perms; member
|
/openbsd/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ArchiveWriter.h | 24 unsigned UID = 0, GID = 0, Perms = 0644; member
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 196 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() 212 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() 221 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader() 237 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader()
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 70 perms Perms) in Status() 819 std::optional<llvm::sys::fs::perms> Perms, in addFile() 896 std::optional<llvm::sys::fs::perms> Perms) { in addFile() 913 std::optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn() 1024 std::optional<llvm::sys::fs::perms> Perms) { in addSymbolicLink()
|
H A D | Path.cpp | 968 perms Perms) { in create_directories()
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Platform.cpp | 666 auto Perms = static_cast<llvm::sys::fs::perms>(file_permissions); in SetFilePermissions() local
|