/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 165 perms Perms; variable 172 Type(file_type::status_error), Perms(perms_not_known) {} in file_status() 177 Perms(perms_not_known) {} in file_status() 179 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t ATime, in file_status() argument 183 Perms(Perms) {} in file_status() 189 Type(file_type::status_error), Perms(perms_not_known) {} 195 Perms(perms_not_known) {} 207 FileIndexLow(FileIndexLow), Type(Type), Perms(perms_not_known) {} 212 perms permissions() const { return Perms; } in permissions() 235 void permissions(perms p) { Perms = p; } in permissions() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 176 perms Perms = perms_not_known; variable 184 basic_file_status(file_type Type, perms Perms, time_t ATime, in basic_file_status() argument 190 fs_st_size(Size), Type(Type), Perms(Perms) {} in basic_file_status() 192 basic_file_status(file_type Type, perms Perms, uint32_t LastAccessTimeHigh, in basic_file_status() argument 200 FileSizeLow(FileSizeLow), Type(Type), Perms(Perms) {} in basic_file_status() 205 perms permissions() const { return Perms; } in permissions() 242 void permissions(perms p) { Perms = p; } in permissions() 266 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status() argument 270 : basic_file_status(Type, Perms, ATime, ATimeNSec, MTime, MTimeNSec, in file_status() 274 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status() argument [all …]
|
D | VirtualFileSystem.h | 53 llvm::sys::fs::perms Perms; variable 64 llvm::sys::fs::perms Perms); 77 llvm::sys::fs::perms getPermissions() const { return Perms; } in getPermissions() 426 Optional<llvm::sys::fs::perms> Perms, 443 Optional<llvm::sys::fs::perms> Perms = None); 469 Optional<llvm::sys::fs::perms> Perms = None);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 71 M.Perms = AccessModeOrErr.get(); in getOldMember() 110 M.Perms = Status.permissions(); in getFile() 152 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() argument 160 printWithSpacePadding(Out, format("%o", Perms), 8); in printRestOfMemberHeader() 168 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument 171 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader() 177 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader() argument 183 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader() 215 M.Perms, Size); in printMemberHeader() 218 M.Perms, Size); in printMemberHeader() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ArchiveWriter.h | 27 unsigned UID = 0, GID = 0, Perms = 0644; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
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() 697 Optional<llvm::sys::fs::perms> Perms, in addFile() argument 718 const auto ResolvedPerms = Perms.getValueOr(sys::fs::all_all); in addFile() 788 Optional<llvm::sys::fs::perms> Perms) { in addFile() argument 790 Perms, /*HardLinkTarget=*/nullptr); in addFile() 798 Optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn() argument 803 std::move(Perms)); in addFileNoOwn()
|
D | Path.cpp | 939 perms Perms) { in create_directories() argument 944 std::error_code EC = create_directory(P, IgnoreExisting, Perms); in create_directories() 956 if ((EC = create_directories(Parent, IgnoreExisting, Perms))) in create_directories() 959 return create_directory(P, IgnoreExisting, Perms); in create_directories()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 873 perms Perms) { in create_directories() argument 878 std::error_code EC = create_directory(P, IgnoreExisting, Perms); in create_directories() 890 if ((EC = create_directories(Parent, IgnoreExisting, Perms))) in create_directories() 893 return create_directory(P, IgnoreExisting, Perms); in create_directories()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 261 perms Perms) { 265 if (::mkdir(p.begin(), Perms) == -1) { 434 perms Perms = static_cast<perms>(Status.st_mode); 436 file_status(Type, Perms, Status.st_dev, Status.st_ino, Status.st_atime,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 366 perms Perms) { 370 if (::mkdir(p.begin(), Perms) == -1) { 708 perms Perms = static_cast<perms>(Status.st_mode) & all_perms; 709 Result = file_status(typeForMode(Status.st_mode), Perms, Status.st_dev,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 204 perms Perms) {
|
/third_party/node/deps/npm/changelogs/ |
D | CHANGELOG-4.md | 754 Perms check on cached files ok 755 Perms check on global node_modules ok 756 Perms check on local node_modules ok
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 227 perms Perms) {
|