Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
/netbsd-src/external/apache2/llvm/dist/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.h54 llvm::sys::fs::perms Perms; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp73 perms Perms) in Status()
719 Optional<llvm::sys::fs::perms> Perms, in addFile()
810 Optional<llvm::sys::fs::perms> Perms) { in addFile()
820 Optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn()
H A DPath.cpp964 perms Perms) { in create_directories()