Searched refs:dir_name (Results 1 – 3 of 3) sorted by relevance
136 static bool CollectExportedHeaderSet(const std::string &dir_name, in CollectExportedHeaderSet() argument143 PathEndsWith(dir_name, libcxx_include_dir); in CollectExportedHeaderSet()145 llvm::sys::fs::recursive_directory_iterator walker(dir_name, ec); in CollectExportedHeaderSet()150 llvm::errs() << "Failed to walk directory: " << dir_name << ": " in CollectExportedHeaderSet()
222 dir_name = os.path.dirname(self.main_src)223 while dir_name:224 if os.path.exists(dir_name + "/Cargo.toml"):225 self.cargo_dir = dir_name227 dir_name = os.path.dirname(dir_name)751 for dir_name in os.listdir(linux_dir):752 result = version_pat.match(dir_name)
351 let dir_name = path.parent()?.parent()?.file_name()?.to_str()?; in run_embargo() localVariable352 Some(dir_name.rsplit_once('-')?.0) in run_embargo()