Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h91 bool create_directory(const path& __p); in _GLIBCXX_VISIBILITY()
92 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
94 bool create_directory(const path& __p, const path& attributes); in _GLIBCXX_VISIBILITY()
95 bool create_directory(const path& __p, const path& attributes, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h84 bool create_directory(const path& __p); in _GLIBCXX_VISIBILITY()
85 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
87 bool create_directory(const path& __p, const path& attributes); in _GLIBCXX_VISIBILITY()
88 bool create_directory(const path& __p, const path& attributes, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h98 bool create_directory(const path& __p); in _GLIBCXX_VISIBILITY()
99 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
101 bool create_directory(const path& __p, const path& __attributes); in _GLIBCXX_VISIBILITY()
102 bool create_directory(const path& __p, const path& __attributes, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h90 bool create_directory(const path& __p); in _GLIBCXX_VISIBILITY()
91 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY()
93 bool create_directory(const path& __p, const path& __attributes); in _GLIBCXX_VISIBILITY()
94 bool create_directory(const path& __p, const path& __attributes, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc348 if (!create_directory(to, from, ec)) in copy()
474 created = create_directory(top, ec); in create_directories()
511 fs::create_directory(const path& p) in create_directory() function in fs
514 bool result = create_directory(p, ec); in create_directory()
522 fs::create_directory(const path& p, error_code& ec) noexcept in create_directory() function in fs
529 fs::create_directory(const path& p, const path& attributes) in create_directory() function in fs
532 bool result = create_directory(p, attributes, ec); in create_directory()
540 fs::create_directory(const path& p, const path& attributes, in create_directory() function in fs
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc342 if (!create_directory(to, from, ec)) in copy()
468 created = create_directory(top, ec); in create_directories()
505 fs::create_directory(const path& p) in create_directory() function in fs
508 bool result = create_directory(p, ec); in create_directory()
516 fs::create_directory(const path& p, error_code& ec) noexcept in create_directory() function in fs
523 fs::create_directory(const path& p, const path& attributes) in create_directory() function in fs
526 bool result = create_directory(p, attributes, ec); in create_directory()
534 fs::create_directory(const path& p, const path& attributes, in create_directory() function in fs
H A Dstd-ops.cc557 if (!create_directory(to, from, ec)) in copy()
703 created = create_directory(top, ec); in create_directories()
740 fs::create_directory(const path& p) in create_directory() function in fs
743 bool result = create_directory(p, ec); in create_directory()
751 fs::create_directory(const path& p, error_code& ec) noexcept in create_directory() function in fs
758 fs::create_directory(const path& p, const path& attributes) in create_directory() function in fs
761 bool result = create_directory(p, attributes, ec); in create_directory()
769 fs::create_directory(const path& p, const path& attributes, in create_directory() function in fs
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc406 if (!create_directory(to, from, ec)) in copy()
564 created = create_directory(top, ec); in create_directories()
601 fs::create_directory(const path& p) in create_directory() function in fs
604 bool result = create_directory(p, ec); in create_directory()
612 fs::create_directory(const path& p, error_code& ec) noexcept in create_directory() function in fs
619 fs::create_directory(const path& p, const path& attributes) in create_directory() function in fs
622 bool result = create_directory(p, attributes, ec); in create_directory()
630 fs::create_directory(const path& p, const path& attributes, in create_directory() function in fs
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc402 if (!create_directory(to, from, ec)) in copy()
560 created = create_directory(top, ec); in create_directories()
597 fs::create_directory(const path& p) in create_directory() function in fs
600 bool result = create_directory(p, ec); in create_directory()
608 fs::create_directory(const path& p, error_code& ec) noexcept in create_directory() function in fs
615 fs::create_directory(const path& p, const path& attributes) in create_directory() function in fs
618 bool result = create_directory(p, attributes, ec); in create_directory()
626 fs::create_directory(const path& p, const path& attributes, in create_directory() function in fs
/netbsd-src/usr.sbin/autofs/
H A Dcommon.h81 void create_directory(const char *);
H A Dautomount.c87 create_directory(fspath); in mount_autofs()
H A Dautomountd.c134 create_directory(path); in create_subtree()
H A Dcommon.c123 create_directory(const char *path) in create_directory() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DReproducer.cpp19 EC = sys::fs::create_directory(Root); in createReproducerDir()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h133 EC = llvm::sys::fs::create_directory(Path);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DFileRemapper.cpp112 if (fs::create_directory(outputDir)) in flushToDisk()
/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h315 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true,
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp692 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) { in notifyObjectCompiled()
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp711 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) { in notifyObjectCompiled()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx2aStatusPaperStatus.csv90 "`P1164R1 <https://wg21.link/P1164R1>`__","LWG","Make create_directory() Intuitive","Kona","|Comple…
H A DCxx2aStatusIssuesStatus.csv86 …nk/LWG3079>`__","LWG 2935 forgot to fix the existing_p overloads of create_directory","Rapperswil"…
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20212317 * src/c++17/fs_ops.cc (create_directory): Fix typo in enum name.
2450 (fs::create_directory, fs::create_directory_symlink)
2457 (fs::create_directory, fs::create_directory_symlink)
4050 * testsuite/27_io/filesystem/operations/create_directory.cc: Do
4054 * testsuite/experimental/filesystem/operations/create_directory.cc:
4069 * testsuite/27_io/filesystem/operations/create_directory.cc:
4072 * testsuite/experimental/filesystem/operations/create_directory.cc:
6301 * testsuite/27_io/filesystem/operations/create_directory.cc:

12