Home
last modified time | relevance | path

Searched refs:all_all (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp117 sys::fs::perms::all_all))) in copySwiftInterfaces()
242 sys::fs::perms::all_all)) in emitRemarks()
H A Ddsymutil.cpp383 create_directories(Bundle.str(), true, sys::fs::perms::all_all)) in createBundleDir()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp705 llvm::sys::fs::perms::all_all))), in InMemoryFileSystem()
740 const auto ResolvedPerms = Perms.getValueOr(sys::fs::all_all); in addFile()
1398 file_type::directory_file, sys::fs::all_all)); in lookupOrCreateEntry()
1629 0, 0, 0, file_type::directory_file, sys::fs::all_all)); in parseEntry()
1646 0, 0, 0, file_type::directory_file, sys::fs::all_all)); in parseEntry()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h103 all_all = owner_all | group_all | others_all, enumerator
107 all_perms = all_all | set_uid_on_exe | set_gid_on_exe | sticky_bit,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc691 return (Attrs & FILE_ATTRIBUTE_READONLY) ? (all_read | all_exe) : all_all;