Searched refs:EnsureDirExists (Results 1 – 4 of 4) sorted by relevance
134 def EnsureDirExists(path): function144 EnsureDirExists(output_dir)162 EnsureDirExists(os.path.dirname(path))246 EnsureDirExists(dst)506 EnsureDirExists(LLVM_BOOTSTRAP_DIR)554 EnsureDirExists(LLVM_LTO_GOLD_PLUGIN_DIR)559 EnsureDirExists(BFD_PLUGINS_DIR)643 EnsureDirExists(LLVM_BUILD_DIR)751 EnsureDirExists(aux_sanitizer_include_dir)
72 EnsureDirExists(path.c_str()); in NamespaceDir()78 EnsureDirExists(namespace_dir.c_str()); in NamespaceDir()
313 flatbuffers::EnsureDirExists(output_path); in Compile()
209 inline void EnsureDirExists(const std::string &filepath) { in EnsureDirExists() function211 if (parent.length()) EnsureDirExists(parent); in EnsureDirExists()