Searched refs:create_directory (Results 1 – 9 of 9) sorted by relevance
74 void create_directory(const char *path);
108 create_directory(fspath); in mount_autofs()
141 create_directory(path); in create_subtree()
132 create_directory(const char *path) in create_directory() function
296 error_code create_directory(const Twine &path, bool &existed);300 inline error_code create_directory(const Twine &Path) { in create_directory() function302 return create_directory(Path, Existed); in create_directory()
116 if (fs::create_directory(outputDir, existed) != llvm::errc::success) in flushToDisk()
169 error_code EC = sys::fs::create_directory(ResultPath.begin(), Existed);336 error_code create_directory(const Twine &path, bool &existed) {
765 return create_directory(p, existed); in create_directories()
284 error_code create_directory(const Twine &path, bool &existed) {