Searched refs:create_directory (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/usr.sbin/autofs/
H A Dcommon.h81 void create_directory(const char *);
H A Dautomount.c87 create_directory(fspath);
H A Dautomountd.c134 create_directory(path);
H A Dcommon.c123 create_directory(const char *path) function
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h91 bool create_directory(const path& __p);
92 bool create_directory(const path& __p, error_code& __ec) noexcept;
94 bool create_directory(const path& __p, const path& attributes);
95 bool create_directory(const path& __p, const path& attributes,
/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DReproducer.cpp19 EC = sys::fs::create_directory(Root);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h84 bool create_directory(const path& __p);
85 bool create_directory(const path& __p, error_code& __ec) noexcept;
87 bool create_directory(const path& __p, const path& attributes);
88 bool create_directory(const path& __p, const path& attributes,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h90 bool create_directory(const path& __p);
91 bool create_directory(const path& __p, error_code& __ec) noexcept;
93 bool create_directory(const path& __p, const path& attributes);
94 bool create_directory(const path& __p, const path& attributes,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h98 bool create_directory(const path& __p);
99 bool create_directory(const path& __p, error_code& __ec) noexcept;
101 bool create_directory(const path& __p, const path& attributes);
102 bool create_directory(const path& __p, const path& attributes,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc342 if (!create_directory(to, from, ec))
468 created = create_directory(top, ec);
505 fs::create_directory(const path& p) function in class:fs
508 bool result = create_directory(p, ec);
516 fs::create_directory(const path& p, error_code& ec) noexcept
523 fs::create_directory(const path& p, const path& attributes) function in class:fs
526 bool result = create_directory(p, attributes, ec);
534 fs::create_directory(const path& p, const path& attributes,
H A Dstd-ops.cc557 if (!create_directory(to, from, ec))
703 created = create_directory(top, ec);
740 fs::create_directory(const path& p) function in class:fs
743 bool result = create_directory(p, ec);
751 fs::create_directory(const path& p, error_code& ec) noexcept
758 fs::create_directory(const path& p, const path& attributes) function in class:fs
761 bool result = create_directory(p, attributes, ec);
769 fs::create_directory(const path& p, const path& attributes,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc348 if (!create_directory(to, from, ec))
474 created = create_directory(top, ec);
511 fs::create_directory(const path& p) function in class:fs
514 bool result = create_directory(p, ec);
522 fs::create_directory(const path& p, error_code& ec) noexcept
529 fs::create_directory(const path& p, const path& attributes) function in class:fs
532 bool result = create_directory(p, attributes, ec);
540 fs::create_directory(const path& p, const path& attributes,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc402 if (!create_directory(to, from, ec))
560 created = create_directory(top, ec);
597 fs::create_directory(const path& p) function in class:fs
600 bool result = create_directory(p, ec);
608 fs::create_directory(const path& p, error_code& ec) noexcept
615 fs::create_directory(const path& p, const path& attributes) function in class:fs
618 bool result = create_directory(p, attributes, ec);
626 fs::create_directory(const path& p, const path& attributes,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc406 if (!create_directory(to, from, ec))
564 created = create_directory(top, ec);
601 fs::create_directory(const path& p) function in class:fs
604 bool result = create_directory(p, ec);
612 fs::create_directory(const path& p, error_code& ec) noexcept
619 fs::create_directory(const path& p, const path& attributes) function in class:fs
622 bool result = create_directory(p, attributes, ec);
630 fs::create_directory(const path& p, const path& attributes,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h133 EC = llvm::sys::fs::create_directory(Path);
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DFileRemapper.cpp112 if (fs::create_directory(outputDir))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp206 EC = sys::fs::create_directory(ResultPath.begin(), false);
969 std::error_code EC = create_directory(P, IgnoreExisting, Perms);
984 return create_directory(P, IgnoreExisting, Perms);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h315 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true,
/netbsd-current/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())) {
/netbsd-current/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())) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2347 auto Err = llvm::sys::fs::create_directory(Path, /*IgnoreExisting=*/true);

Completed in 414 milliseconds