Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/lib/Object/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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()
245 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status()
253 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status()
DVirtualFileSystem.h55 llvm::sys::fs::perms Perms; variable
475 llvm::sys::fs::perms Perms; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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()
245 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status()
253 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status()
DVirtualFileSystem.h57 llvm::sys::fs::perms Perms; variable
492 llvm::sys::fs::perms Perms; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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()
245 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status()
253 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status()
DVirtualFileSystem.h57 llvm::sys::fs::perms Perms; variable
492 llvm::sys::fs::perms Perms; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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()
245 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino, in file_status()
253 file_status(file_type Type, perms Perms, uint32_t LinkCount, in file_status()
DVirtualFileSystem.h57 llvm::sys::fs::perms Perms; variable
499 llvm::sys::fs::perms Perms; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A 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()
H A DVirtualFileSystem.h55 llvm::sys::fs::perms Perms; variable
475 llvm::sys::fs::perms Perms; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DArchiveWriter.cpp196 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader()
212 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader()
221 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader()
237 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A 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()
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DArchiveWriter.h26 unsigned UID = 0, GID = 0, Perms = 0644; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DArchiveWriter.h27 unsigned UID = 0, GID = 0, Perms = 0644; member
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A 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()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp70 perms Perms) in Status()
819 std::optional<llvm::sys::fs::perms> Perms, in addFile()
896 std::optional<llvm::sys::fs::perms> Perms) { in addFile()
913 std::optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn()
1024 std::optional<llvm::sys::fs::perms> Perms) { in addSymbolicLink()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A 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()

12