Lines Matching refs:Perms
67 Type(Status.type()), Perms(Status.permissions()) {} in Status()
71 perms Perms) in Status() argument
73 Size(Size), Type(Type), Perms(Perms) {} in Status()
798 Group, Buffer ? Buffer->getBufferSize() : 0, Type, Perms); in makeStatus()
820 Optional<llvm::sys::fs::perms> Perms, in addFile() argument
841 const auto ResolvedPerms = Perms.value_or(sys::fs::all_all); in addFile()
897 Optional<llvm::sys::fs::perms> Perms) { in addFile() argument
899 Perms, in addFile()
915 Optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn() argument
918 std::move(Perms), in addFileNoOwn()
1028 Optional<llvm::sys::fs::perms> Perms) { in addSymbolicLink() argument
1038 sys::fs::file_type::symlink_file, Perms, in addSymbolicLink()