Searched defs:Perms (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h40 llvm::sys::fs::perms Perms; member in class:clang::vfs::Status
51 llvm::sys::fs::perms Perms);
60 llvm::sys::fs::perms getPermissions() const { return Perms; }
67 void setPermissions(llvm::sys::fs::perms p) { Perms = p; }
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp635 unsigned GID, unsigned Perms,
640 printWithSpacePadding(Out, format("%o", Perms), 8);
647 unsigned GID, unsigned Perms, unsigned Size) {
649 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
654 unsigned GID, unsigned Perms, unsigned Size) {
657 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size);
633 printRestOfMemberHeader(raw_fd_ostream &Out, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
645 printMemberHeader(raw_fd_ostream &Out, StringRef Name, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
652 printMemberHeader(raw_fd_ostream &Out, unsigned NameOffset, const sys::TimeValue &ModTime, unsigned UID, unsigned GID, unsigned Perms, unsigned Size) argument
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp36 Type(Status.type()), Perms(Status.permissions()), IsVFSMapped(false) {}
40 uint64_t Size, file_type Type, perms Perms)
42 Type(Type), Perms(Perms), IsVFSMapped(false) {}
444 /// Perms = 0777
38 Status(StringRef Name, StringRef ExternalName, UniqueID UID, sys::TimeValue MTime, uint32_t User, uint32_t Group, uint64_t Size, file_type Type, perms Perms) argument
/external/llvm/include/llvm/Support/
H A DFileSystem.h158 perms Perms; member in class:llvm::sys::fs::file_status
163 Type(file_type::status_error), Perms(perms_not_known) {}
167 Perms(perms_not_known) {}
169 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t MTime, argument
172 fs_st_gid(GID), fs_st_size(Size), Type(Type), Perms(Perms) {}
177 Perms(perms_not_known) {}
182 Perms(perms_not_known) {}
192 FileIndexLow(FileIndexLow), Type(Type), Perms(perms_not_known) {}
197 perms permissions() const { return Perms; }
[all...]

Completed in 214 milliseconds