Searched refs:ResolvedPerms (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp719 const auto ResolvedPerms = Perms.getValueOr(sys::fs::all_all); local
723 const auto NewDirectoryPerms = ResolvedPerms | sys::fs::owner_all;
739 ResolvedPerms);

Completed in 107 milliseconds