| /freebsd-13.1/contrib/llvm-project/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() 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 307 perms Perms = owner_all | group_all); [all …]
|
| H A D | VirtualFileSystem.h | 54 llvm::sys::fs::perms Perms; variable 65 llvm::sys::fs::perms Perms); 78 llvm::sys::fs::perms getPermissions() const { return Perms; } in getPermissions() 427 Optional<llvm::sys::fs::perms> Perms, 444 Optional<llvm::sys::fs::perms> Perms = None); 471 Optional<llvm::sys::fs::perms> Perms = None);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 73 M.Perms = AccessModeOrErr.get(); in getOldMember() 112 M.Perms = Status.permissions(); in getFile() 154 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() argument 162 printWithSpacePadding(Out, format("%o", Perms), 8); in printRestOfMemberHeader() 170 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument 173 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader() 179 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader() argument 185 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader() 217 M.Perms, Size); in printMemberHeader() 220 M.Perms, Size); in printMemberHeader() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ArchiveWriter.h | 24 unsigned UID = 0, GID = 0, Perms = 0644; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 69 Type(Status.type()), Perms(Status.permissions()) {} in Status() 73 perms Perms) in Status() argument 75 Size(Size), Type(Type), Perms(Perms) {} in Status() 719 Optional<llvm::sys::fs::perms> Perms, in addFile() argument 740 const auto ResolvedPerms = Perms.getValueOr(sys::fs::all_all); in addFile() 810 Optional<llvm::sys::fs::perms> Perms) { in addFile() argument 812 Perms, /*HardLinkTarget=*/nullptr); in addFile() 820 Optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn() argument 823 std::move(Perms)); in addFileNoOwn()
|
| H A D | Path.cpp | 964 perms Perms) { in create_directories() argument 969 std::error_code EC = create_directory(P, IgnoreExisting, Perms); in create_directories() 981 if ((EC = create_directories(Parent, IgnoreExisting, Perms))) in create_directories() 984 return create_directory(P, IgnoreExisting, Perms); in create_directories()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 393 perms Perms) { 397 if (::mkdir(p.begin(), Perms) == -1) { 737 perms Perms = static_cast<perms>(Status.st_mode) & all_perms; 738 Result = file_status(typeForMode(Status.st_mode), Perms, Status.st_dev,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 798 auto Perms = static_cast<llvm::sys::fs::perms>(file_permissions); in SetFilePermissions() local 799 return llvm::sys::fs::setPermissions(file_spec.GetPath(), Perms); in SetFilePermissions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 226 perms Perms) {
|