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))238 EnsureDirExists(dst)512 EnsureDirExists(LLVM_BOOTSTRAP_DIR)560 EnsureDirExists(LLVM_LTO_GOLD_PLUGIN_DIR)565 EnsureDirExists(BFD_PLUGINS_DIR)650 EnsureDirExists(LLVM_BUILD_DIR)758 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()