Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/include/experimental/
H A Dfilesystem104 bool create_directory(const path& p);
105 bool create_directory(const path& p, error_code& ec) noexcept;
107 bool create_directory(const path& p, const path& attributes);
108 bool create_directory(const path& p, const path& attributes,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DHostInfoBase.cpp249 if (llvm::sys::fs::create_directory(temp_file_spec.GetPath())) in ComputeProcessTempFileDirectory()
272 if (llvm::sys::fs::create_directory(temp_file_spec.GetPath())) in ComputeGlobalTempFileDirectory()
H A DEditline.cpp179 if (!llvm::sys::fs::create_directory(parent_path.GetPath())) { in GetHistoryFilePath()
/freebsd-12.1/usr.sbin/autofs/
H A Dcommon.h76 void create_directory(const char *path);
H A Dautomount.c109 create_directory(fspath); in mount_autofs()
H A Dautomountd.c142 create_directory(path); in create_subtree()
H A Dcommon.c132 create_directory(const char *path) in create_directory() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DReproducer.cpp39 auto ec = sys::fs::create_directory(root->GetPath()); in Initialize()
/freebsd-12.1/contrib/llvm/tools/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-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp113 if (fs::create_directory(outputDir)) in flushToDisk()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp232 EC = sys::fs::create_directory(ResultPath.begin(), false); in createUniqueEntity()
920 std::error_code EC = create_directory(P, IgnoreExisting, Perms); in create_directories()
935 return create_directory(P, IgnoreExisting, Perms); in create_directories()
/freebsd-12.1/contrib/libc++/include/
H A Dfilesystem104 bool create_directory(const path& p);
105 bool create_directory(const path& p, error_code& ec) noexcept;
107 bool create_directory(const path& p, const path& attributes);
108 bool create_directory(const path& p, const path& attributes,
1550 inline _LIBCPP_INLINE_VISIBILITY bool create_directory(const path& __p) {
1555 create_directory(const path& __p, error_code& __ec) noexcept {
1559 inline _LIBCPP_INLINE_VISIBILITY bool create_directory(const path& __p,
1565 create_directory(const path& __p, const path& __attrs,
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileSystem.h336 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp797 Status error(llvm::sys::fs::create_directory(path, mode)); in Handle_qPlatform_mkdir()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp773 return llvm::sys::fs::create_directory(file_spec.GetPath(), permissions); in MakeDirectory()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DPath.inc304 std::error_code create_directory(const Twine &path, bool IgnoreExisting,
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DPath.inc227 std::error_code create_directory(const Twine &path, bool IgnoreExisting,