Home
last modified time | relevance | path

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

/tools/treble/split/
Dmanifest_diff.py139 def compare_single_node_elements(manifest_e1: Element, manifest_e2: Element,
154 e2 = manifest_e2.find(tag)
168 def compare_remote_elements(manifest_e1: Element, manifest_e2: Element,
183 p2=manifest_e2,
189 def compare_project_elements(manifest_e1, manifest_e2, argument
207 p2=manifest_e2,
213 def compare_manifest_elements(manifest_e1, manifest_e2, argument
226 projects=compare_project_elements(manifest_e1, manifest_e2,
228 remotes=compare_remote_elements(manifest_e1, manifest_e2, ignored_attrs),
229 other=compare_single_node_elements(manifest_e1, manifest_e2,
[all …]