Home
last modified time | relevance | path

Searched defs:Perms (Results 1 – 25 of 25) sorted by relevance

/external/llvm/lib/Object/
DArchiveWriter.cpp120 unsigned GID, unsigned Perms, in printRestOfMemberHeader()
133 unsigned Perms, unsigned Size) { in printGNUSmallMemberHeader()
140 unsigned GID, unsigned Perms, unsigned Size) { in printBSDMemberHeader()
163 unsigned Perms, unsigned Size) { in printMemberHeader()
/external/llvm/include/llvm/Object/
DArchiveWriter.h26 unsigned UID = 0, GID = 0, Perms = 0644; member
/external/llvm-project/llvm/include/llvm/Object/
DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DArchiveWriter.h27 unsigned UID = 0, GID = 0, Perms = 0644; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h176 perms Perms = perms_not_known; variable
184 basic_file_status(file_type Type, perms Perms, time_t ATime, in basic_file_status()
192 basic_file_status(file_type Type, perms Perms, uint32_t LastAccessTimeHigh, in basic_file_status()
266 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status()
274 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status()
DVirtualFileSystem.h53 llvm::sys::fs::perms Perms; variable
/external/llvm-project/llvm/include/llvm/Support/
DFileSystem.h156 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()
DVirtualFileSystem.h54 llvm::sys::fs::perms Perms; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchiveWriter.cpp152 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader()
168 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader()
177 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader()
/external/llvm-project/lldb/unittests/Host/
DFileSystemTest.cpp135 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addRegularFile()
142 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addDirectory()
/external/llvm-project/llvm/lib/Object/
DArchiveWriter.cpp154 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader()
170 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader()
179 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader()
/external/clang/include/clang/Basic/
DVirtualFileSystem.h41 llvm::sys::fs::perms Perms; variable
/external/llvm/include/llvm/Support/
DFileSystem.h164 perms Perms; variable
178 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t ATime, in file_status()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h165 perms Perms; variable
179 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t ATime, in file_status()
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp118 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addRegularFile()
124 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addDirectory()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp73 perms Perms) in Status()
697 Optional<llvm::sys::fs::perms> Perms, in addFile()
788 Optional<llvm::sys::fs::perms> Perms) { in addFile()
798 Optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn()
DPath.cpp939 perms Perms) { in create_directories()
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp73 perms Perms) in Status()
698 Optional<llvm::sys::fs::perms> Perms, in addFile()
789 Optional<llvm::sys::fs::perms> Perms) { in addFile()
799 Optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn()
DPath.cpp966 perms Perms) { in create_directories()
/external/llvm-project/llvm/unittests/Support/
DVirtualFileSystemTest.cpp154 void addRegularFile(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addRegularFile()
161 void addDirectory(StringRef Path, sys::fs::perms Perms = sys::fs::all_all) { in addDirectory()
DPath.cpp1904 ErrorOr<fs::perms> Perms = fs::getPermissions(TempPath); in TEST_F() local
/external/llvm/lib/Support/
DPath.cpp871 perms Perms) { in create_directories()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp873 perms Perms) { in create_directories()
/external/llvm-project/lldb/source/Target/
DPlatform.cpp798 auto Perms = static_cast<llvm::sys::fs::perms>(file_permissions); in SetFilePermissions() local
/external/clang/lib/Basic/
DVirtualFileSystem.cpp52 perms Perms) in Status()