HomeSort by: relevance | last modified time | path
    Searched refs:create_directory (Results 1 - 21 of 21) sorted by relevancy

  /src/usr.sbin/autofs/
common.h 81 void create_directory(const char *);
automount.c 87 create_directory(fspath);
automountd.c 134 create_directory(path);
common.c 123 create_directory(const char *path) function
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
Reproducer.cpp 19 EC = sys::fs::create_directory(Root);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_ops.h 90 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,
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_ops.h 98 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,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_ops.h 90 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,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_ops.h 98 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,
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
ops.cc 363 if (!create_directory(to, from, ec))
489 created = create_directory(top, ec);
526 fs::create_directory(const path& p) function in class:fs
529 bool result = create_directory(p, ec);
537 fs::create_directory(const path& p, error_code& ec) noexcept
544 fs::create_directory(const path& p, const path& attributes) function in class:fs
547 bool result = create_directory(p, attributes, ec);
555 fs::create_directory(const path& p, const path& attributes,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops.cc 348 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,
std-ops.cc 557 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,
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_ops.cc 406 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,
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_ops.cc 406 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,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
SupportHelpers.h 133 EC = llvm::sys::fs::create_directory(Path);
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
FileRemapper.cpp 112 if (fs::create_directory(outputDir))
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Path.cpp 206 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);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h 315 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true,
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 692 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) {
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 711 if (!sys::fs::exists(CacheDir.str()) && sys::fs::create_directory(CacheDir.str())) {
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 2347 auto Err = llvm::sys::fs::create_directory(Path, /*IgnoreExisting=*/true);

Completed in 53 milliseconds