Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/docker/scripts/llvm_checksum/
Dproject_tree.py21 def is_subproject(self, other_project): argument
24 return self.relpath.startswith(other_project.relpath)
38 for other_project in all_projects:
39 if other_project != project and other_project.is_subproject(project):
40 ignored_paths.add(os.path.join(checkout_root, other_project.relpath))