/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
H A D | fs_ops.h | 91 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 D | fs_ops.h | 84 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 D | fs_ops.h | 98 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 D | fs_ops.h | 90 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 D | filesystem | 103 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 D | ops.cc | 348 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 D | ops.cc | 342 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 D | std-ops.cc | 557 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 D | fs_ops.cc | 406 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 D | fs_ops.cc | 402 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 D | common.h | 81 void create_directory(const char *);
|
H A D | automount.c | 87 create_directory(fspath); in mount_autofs()
|
H A D | automountd.c | 134 create_directory(path); in create_subtree()
|
H A D | common.c | 123 create_directory(const char *path) in create_directory() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | Reproducer.cpp | 19 EC = sys::fs::create_directory(Root); in createReproducerDir()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/ |
H A D | SupportHelpers.h | 133 EC = llvm::sys::fs::create_directory(Path);
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Path.cpp | 206 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 D | FileRemapper.cpp | 112 if (fs::create_directory(outputDir)) in flushToDisk()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | filesystem | 103 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 D | FileSystem.h | 315 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true,
|
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy.cpp | 692 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 D | toy.cpp | 711 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) { in notifyObjectCompiled()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
H A D | Cxx2aStatusPaperStatus.csv | 90 "`P1164R1 <https://wg21.link/P1164R1>`__","LWG","Make create_directory() Intuitive","Kona","|Comple…
|
H A D | Cxx2aStatusIssuesStatus.csv | 86 …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 D | ChangeLog-2021 | 2317 * 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:
|