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()
823 Group, Buffer ? Buffer->getBufferSize() : 0, Type, Perms); in makeStatus()
845 std::optional<llvm::sys::fs::perms> Perms, in addFile() argument
866 const auto ResolvedPerms = Perms.value_or(sys::fs::all_all); in addFile()
923 std::optional<llvm::sys::fs::perms> Perms) { in addFile() argument
925 Perms, in addFile()
940 std::optional<llvm::sys::fs::perms> Perms) { in addFileNoOwn() argument
943 std::move(Perms), in addFileNoOwn()
1051 std::optional<llvm::sys::fs::perms> Perms) { in addSymbolicLink() argument
1061 sys::fs::file_type::symlink_file, Perms, in addSymbolicLink()