Searched refs:find_child_with_attribute (Results 1 – 3 of 3) sorted by relevance
/aosp12/build/soong/scripts/ |
H A D | manifest_fixer.py | 29 from manifest import find_child_with_attribute 160 if not find_child_with_attribute(application, 'meta-data', android_ns, 206 if find_child_with_attribute(application, 'uses-library', android_ns,
|
H A D | manifest.py | 35 def find_child_with_attribute(element, tag_name, namespace_uri, function
|
/aosp12/system/apex/apexer/ |
H A D | apexer.py | 38 from manifest import find_child_with_attribute 425 if not find_child_with_attribute(application, 'meta-data', android_ns,
|