Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/autofs/
Dcommon.h74 void create_directory(const char *path);
Dautomount.c108 create_directory(fspath); in mount_autofs()
Dautomountd.c141 create_directory(path); in create_subtree()
Dcommon.c132 create_directory(const char *path) in create_directory() function
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DFileSystem.h296 error_code create_directory(const Twine &path, bool &existed);
300 inline error_code create_directory(const Twine &Path) { in create_directory() function
302 return create_directory(Path, Existed); in create_directory()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DFileRemapper.cpp116 if (fs::create_directory(outputDir, existed) != llvm::errc::success) in flushToDisk()
/freebsd-10-stable/contrib/llvm/lib/Support/Unix/
DPath.inc169 error_code EC = sys::fs::create_directory(ResultPath.begin(), Existed);
336 error_code create_directory(const Twine &path, bool &existed) {
/freebsd-10-stable/contrib/llvm/lib/Support/
DPath.cpp765 return create_directory(p, existed); in create_directories()
/freebsd-10-stable/contrib/llvm/lib/Support/Windows/
DPath.inc284 error_code create_directory(const Twine &path, bool &existed) {