Home
last modified time | relevance | path

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

/build/soong/scripts/
Dmanifest.py26 def get_children_with_tag(parent, tag_name): argument
30 child.tagName == tag_name:
35 def find_child_with_attribute(element, tag_name, namespace_uri, argument
37 for child in get_children_with_tag(element, tag_name):