Searched refs:create_directory (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | filesystem | 104 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 D | HostInfoBase.cpp | 249 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 D | Editline.cpp | 179 if (!llvm::sys::fs::create_directory(parent_path.GetPath())) { in GetHistoryFilePath()
|
| /freebsd-12.1/usr.sbin/autofs/ |
| H A D | common.h | 76 void create_directory(const char *path);
|
| H A D | automount.c | 109 create_directory(fspath); in mount_autofs()
|
| H A D | automountd.c | 142 create_directory(path); in create_subtree()
|
| H A D | common.c | 132 create_directory(const char *path) in create_directory() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Reproducer.cpp | 39 auto ec = sys::fs::create_directory(root->GetPath()); in Initialize()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 101 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 D | FileRemapper.cpp | 113 if (fs::create_directory(outputDir)) in flushToDisk()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Path.cpp | 232 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 D | filesystem | 104 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 D | FileSystem.h | 336 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 D | GDBRemoteCommunicationServerCommon.cpp | 797 Status error(llvm::sys::fs::create_directory(path, mode)); in Handle_qPlatform_mkdir()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Platform.cpp | 773 return llvm::sys::fs::create_directory(file_spec.GetPath(), permissions); in MakeDirectory()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 304 std::error_code create_directory(const Twine &path, bool IgnoreExisting,
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 227 std::error_code create_directory(const Twine &path, bool IgnoreExisting,
|