| /openbsd-src/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() argument 170 fs_st_size(Size), Type(Type), Perms(Perms) {} in basic_file_status() 172 basic_file_status(file_type Type, perms Perms, uint32_t LastAccessTimeHigh, in basic_file_status() argument 180 FileSizeLow(FileSizeLow), Type(Type), Perms(Perms) {} in basic_file_status() 185 perms permissions() const { return Perms; } in permissions() 222 void permissions(perms p) { Perms = p; } in permissions() 246 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status() argument 250 : basic_file_status(Type, Perms, ATime, ATimeNSec, MTime, MTimeNSec, in file_status() 254 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status() argument [all …]
|
| H A D | VirtualFileSystem.h | 55 llvm::sys::fs::perms Perms; variable 77 llvm::sys::fs::perms Perms); 92 llvm::sys::fs::perms getPermissions() const { return Perms; } in getPermissions() 475 llvm::sys::fs::perms Perms; member 514 std::optional<llvm::sys::fs::perms> Perms, MakeNodeFn MakeNode); 539 std::optional<llvm::sys::fs::perms> Perms = std::nullopt); 569 std::optional<llvm::sys::fs::perms> Perms = std::nullopt); 582 std::optional<llvm::sys::fs::perms> Perms = std::nullopt);
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 110 M.Perms = AccessModeOrErr.get(); in getOldMember() 149 M.Perms = Status.permissions(); in getFile() 196 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() argument 204 printWithSpacePadding(Out, format("%o", Perms), 8); in printRestOfMemberHeader() 212 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument 215 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader() 221 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader() argument 227 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader() 237 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader() argument 249 printWithSpacePadding(Out, format("%o", Perms), 12); // Permission in printBigArchiveMemberHeader() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | ArchiveWriter.h | 24 unsigned UID = 0, GID = 0, Perms = 0644; member
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 66 Type(Status.type()), Perms(Status.permissions()) {} in Status() 70 perms Perms) in Status() argument 72 Size(Size), Type(Type), Perms(Perms) {} in Status() 797 Group, Buffer ? Buffer->getBufferSize() : 0, Type, Perms); in makeStatus() 819 std::optional<llvm::sys::fs::perms> Perms, in addFile() argument 840 const auto ResolvedPerms = Perms.value_or(sys::fs::all_all); in addFile() 896 std::optional<llvm::sys::fs::perms> Perms) { in addFile() argument 898 Perms, in addFile() 913 std::optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn() argument 916 std::move(Perms), in addFileNoOwn() [all …]
|
| H A D | Path.cpp | 968 perms Perms) { in create_directories() argument 973 std::error_code EC = create_directory(P, IgnoreExisting, Perms); in create_directories() 985 if ((EC = create_directories(Parent, IgnoreExisting, Perms))) in create_directories() 988 return create_directory(P, IgnoreExisting, Perms); in create_directories()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 407 perms Perms) { 411 if (::mkdir(p.begin(), Perms) == -1) { 743 perms Perms = static_cast<perms>(Status.st_mode) & all_perms; 744 Result = file_status(typeForMode(Status.st_mode), Perms, Status.st_dev,
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Platform.cpp | 666 auto Perms = static_cast<llvm::sys::fs::perms>(file_permissions); in SetFilePermissions() local 667 return llvm::sys::fs::setPermissions(file_spec.GetPath(), Perms); in SetFilePermissions()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 239 perms Perms) {
|