/external/llvm/include/llvm/Object/ |
D | ArchiveWriter.h | 26 unsigned UID = 0, GID = 0, Perms = 0644; member 31 GID(Other.GID), Perms(Other.Perms) {} in NewArchiveMember() 37 Perms = Other.Perms;
|
/external/llvm/lib/Object/ |
D | ArchiveWriter.cpp | 53 M.Perms = OldMember.getAccessMode(); in getOldMember() 89 M.Perms = Status.permissions(); in getFile() 120 unsigned GID, unsigned Perms, in printRestOfMemberHeader() argument 125 printWithSpacePadding(Out, format("%o", Perms), 8); in printRestOfMemberHeader() 133 unsigned Perms, unsigned Size) { in printGNUSmallMemberHeader() argument 135 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader() 140 unsigned GID, unsigned Perms, unsigned Size) { in printBSDMemberHeader() argument 146 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader() 163 unsigned Perms, unsigned Size) { in printMemberHeader() argument 165 return printBSDMemberHeader(Out, Name, ModTime, UID, GID, Perms, Size); in printMemberHeader() [all …]
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 164 perms Perms; variable 171 Type(file_type::status_error), Perms(perms_not_known) {} in file_status() 176 Perms(perms_not_known) {} in file_status() 178 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t ATime, in file_status() argument 182 Perms(Perms) {} in file_status() 188 Type(file_type::status_error), Perms(perms_not_known) {} 194 Perms(perms_not_known) {} 206 FileIndexLow(FileIndexLow), Type(Type), Perms(perms_not_known) {} 211 perms permissions() const { return Perms; } in permissions() 234 void permissions(perms p) { Perms = p; } in permissions() [all …]
|
/external/clang/include/clang/Basic/ |
D | VirtualFileSystem.h | 41 llvm::sys::fs::perms Perms; variable 52 llvm::sys::fs::perms Perms); 65 llvm::sys::fs::perms getPermissions() const { return Perms; } in getPermissions()
|
/external/pdfium/testing/resources/ |
D | bug_644.in | 15 /Perms <3D62C200CDB31A603EF202E12993AE13>
|
/external/llvm/lib/Support/ |
D | Path.cpp | 871 perms Perms) { in create_directories() argument 876 std::error_code EC = create_directory(P, IgnoreExisting, Perms); in create_directories() 888 if ((EC = create_directories(Parent, IgnoreExisting, Perms))) in create_directories() 891 return create_directory(P, IgnoreExisting, Perms); in create_directories()
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 264 perms Perms) { 268 if (::mkdir(p.begin(), Perms) == -1) { 415 perms Perms = static_cast<perms>(Status.st_mode); 417 file_status(Type, Perms, Status.st_dev, Status.st_ino, Status.st_atime,
|
/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 118 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addRegularFile() argument 120 1024, sys::fs::file_type::regular_file, Perms); in addRegularFile() 124 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addDirectory() argument 126 0, sys::fs::file_type::directory_file, Perms); in addDirectory()
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 48 Type(Status.type()), Perms(Status.permissions()), IsVFSMapped(false) {} in Status() 52 perms Perms) in Status() argument 54 Type(Type), Perms(Perms), IsVFSMapped(false) {} in Status()
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 210 perms Perms) {
|