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

/freebsd-current/usr.sbin/autofs/
H A Dcommon.h73 void create_directory(const char *path);
H A Dautomountd.c138 create_directory(path);
H A Dautomount.c107 create_directory(fspath);
H A Dcommon.c128 create_directory(const char *path) function
/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h115 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p) { return __create_directory(__p); } function
116 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, error_code& __ec) noexcept {
119 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs) { function
122 inline _LIBCPP_HIDE_FROM_ABI bool create_directory(const path& __p, const path& __attrs, error_code& __ec) noexcept {
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp275 if (llvm::sys::fs::create_directory(temp_file_spec.GetPath()))
298 if (llvm::sys::fs::create_directory(temp_file_spec.GetPath()))
H A DEditline.cpp226 if (!llvm::sys::fs::create_directory(lldb_history_file)) {
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.inc69 using std::filesystem::create_directory;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h133 EC = llvm::sys::fs::create_directory(Path);
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp100 Status error(llvm::sys::fs::create_directory(temp_file_spec.GetPath()));
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp112 if (fs::create_directory(outputDir))
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp210 EC = sys::fs::create_directory(ResultPath.begin(), false);
975 std::error_code EC = create_directory(P, IgnoreExisting, Perms);
990 return create_directory(P, IgnoreExisting, Perms);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h313 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true,
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp857 Status error(llvm::sys::fs::create_directory(path, mode));
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp635 return llvm::sys::fs::create_directory(file_spec.GetPath(), permissions);
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2420 auto Err = llvm::sys::fs::create_directory(Path, /*IgnoreExisting=*/true);

Completed in 181 milliseconds