Home
last modified time | relevance | path

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

/build/soong/scripts/
Dmanifest_fixer.py28 def get_children_with_tag(parent, tag_name): argument
32 child.tagName == tag_name:
37 def find_child_with_attribute(element, tag_name, namespace_uri, argument
39 for child in get_children_with_tag(element, tag_name):