Searched refs:create_directories (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp177 auto Err = sys::fs::create_directories(Root, /*IgnoreExisting=*/true);
199 sys::fs::create_directories(sys::path::parent_path(entry.RPath),
208 sys::fs::create_directories(entry.RPath,
H A DPath.cpp963 std::error_code create_directories(const Twine &Path, bool IgnoreExisting,
981 if ((EC = create_directories(Parent, IgnoreExisting, Perms)))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/LTO/
H A DCaching.cpp33 if (std::error_code EC = sys::fs::create_directories(CacheDirectoryPath))
H A DThinLTOCodeGenerator.cpp934 sys::fs::create_directories(SavedObjectsDirectoryPath);
H A DLTOBackend.cpp389 if (auto EC = llvm::sys::fs::create_directories(Conf.DwoDir))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp181 if (std::error_code EC = fs::create_directories(path::parent_path(CacheDst),
H A DCompilerInstance.cpp832 EC = llvm::sys::fs::create_directories(Parent);
1271 llvm::sys::fs::create_directories(Dir);
2103 llvm::sys::fs::create_directories(
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h88 bool create_directories(const path& __p);
89 bool create_directories(const path& __p, error_code& __ec);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h81 bool create_directories(const path& __p);
82 bool create_directories(const path& __p, error_code& __ec);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h87 bool create_directories(const path& __p);
88 bool create_directories(const path& __p, error_code& __ec);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h95 bool create_directories(const path& __p);
96 bool create_directories(const path& __p, error_code& __ec);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/split-file/
H A Dsplit-file.cpp118 sys::fs::create_directories(sys::path::parent_path(partPath));
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp63 if (auto E = sys::fs::create_directories(ParentDir))
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc414 fs::create_directories(const path& p) function in class:fs
417 bool result = create_directories(p, ec);
425 fs::create_directories(const path& p, error_code& ec) function in class:fs
H A Dstd-ops.cc625 fs::create_directories(const path& p) function in class:fs
628 bool result = create_directories(p, ec);
636 fs::create_directories(const path& p, error_code& ec) function in class:fs
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc420 fs::create_directories(const path& p) function in class:fs
423 bool result = create_directories(p, ec);
431 fs::create_directories(const path& p, error_code& ec) function in class:fs
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp309 if (auto EC = sys::fs::create_directories(Path)) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp116 if ((EC = sys::fs::create_directories(Path.str(), true,
241 if (std::error_code EC = sys::fs::create_directories(Path.str(), true,
H A Ddsymutil.cpp383 create_directories(Bundle.str(), true, sys::fs::perms::all_all))
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc477 fs::create_directories(const path& p) function in class:fs
480 bool result = create_directories(p, ec);
488 fs::create_directories(const path& p, error_code& ec) function in class:fs
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc481 fs::create_directories(const path& p) function in class:fs
484 bool result = create_directories(p, ec);
492 fs::create_directories(const path& p, error_code& ec) function in class:fs
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h305 std::error_code create_directories(const Twine &path,
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp216 if (std::error_code ec = llvm::sys::fs::create_directories(Directory)) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp316 sys::fs::create_directories(Twine(dir));
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp482 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath))

Completed in 350 milliseconds

12