Home
last modified time | relevance | path

Searched refs:create_directory (Results 1 – 19 of 19) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/experimental/
H A Dfilesystem103 bool create_directory(const path& p);
104 bool create_directory(const path& p, error_code& ec) noexcept;
106 bool create_directory(const path& p, const path& attributes);
107 bool create_directory(const path& p, const path& attributes,
/freebsd-13.1/usr.sbin/autofs/
H A Dcommon.h75 void create_directory(const char *path);
H A Dautomount.c110 create_directory(fspath); in mount_autofs()
H A Dautomountd.c141 create_directory(path); in create_subtree()
H A Dcommon.c131 create_directory(const char *path) in create_directory() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp273 if (llvm::sys::fs::create_directory(temp_file_spec.GetPath())) in ComputeProcessTempFileDirectory()
296 if (llvm::sys::fs::create_directory(temp_file_spec.GetPath())) in ComputeGlobalTempFileDirectory()
H A DEditline.cpp224 if (!llvm::sys::fs::create_directory(lldb_history_file)) { in GetHistoryFilePath()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h133 EC = llvm::sys::fs::create_directory(Path);
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp101 Status error(llvm::sys::fs::create_directory(temp_file_spec.GetPath())); in save_socket_id_to_file()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp112 if (fs::create_directory(outputDir)) in flushToDisk()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp206 EC = sys::fs::create_directory(ResultPath.begin(), false); in createUniqueEntity()
969 std::error_code EC = create_directory(P, IgnoreExisting, Perms); in create_directories()
984 return create_directory(P, IgnoreExisting, Perms); in create_directories()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DReproducer.cpp40 auto ec = sys::fs::create_directory(root->GetPath()); in Initialize()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfilesystem103 bool create_directory(const path& p);
104 bool create_directory(const path& p, error_code& ec) noexcept;
106 bool create_directory(const path& p, const path& attributes);
107 bool create_directory(const path& p, const path& attributes,
1922 inline _LIBCPP_INLINE_VISIBILITY bool create_directory(const path& __p) {
1927 create_directory(const path& __p, error_code& __ec) noexcept {
1931 inline _LIBCPP_INLINE_VISIBILITY bool create_directory(const path& __p,
1937 create_directory(const path& __p, const path& __attrs,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h315 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp795 Status error(llvm::sys::fs::create_directory(path, mode)); in Handle_qPlatform_mkdir()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp769 return llvm::sys::fs::create_directory(file_spec.GetPath(), permissions); in MakeDirectory()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc392 std::error_code create_directory(const Twine &path, bool IgnoreExisting,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc225 std::error_code create_directory(const Twine &path, bool IgnoreExisting,
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2354 auto Err = llvm::sys::fs::create_directory(Path, /*IgnoreExisting=*/true); in DumpCompilationDatabaseFragmentToDir()