Home
last modified time | relevance | path

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

/libcore/tools/expected_upstream/
Dojluni_refresh_files.py29 has_file_in_tree,
58 if not has_file_in_tree(e.dst_path, head_tree):
Dojluni_merge_to_main.py35 has_file_in_tree,
66 if not has_file_in_tree(e.dst_path, commit_tree):
500 if not has_file_in_tree(e.dst_path, repo.head.commit.tree):
Dcommon_util.py426 return has_file_in_tree(path, self.commit.tree)
438 def has_file_in_tree(path: str, tree: Tree) -> bool: function