Home
last modified time | relevance | path

Searched refs:owner_all (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dperms.h33 owner_all = 0700, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h87 owner_all = owner_read | owner_write | owner_exe, enumerator
99 all_all = owner_all | group_all | others_all,
302 perms Perms = owner_all | group_all);
312 perms Perms = owner_all | group_all);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DModuleCache.cpp70 return fs::create_directories(dir_path.GetPath(), true, fs::perms::owner_all); in MakeDirectory()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp881 const auto NewDirectoryPerms = ResolvedPerms | sys::fs::owner_all; in addFile()