Home
last modified time | relevance | path

Searched defs:attrs (Results 1 – 2 of 2) sorted by relevance

/test/framework/harnesses/host_controller/utils/parser/
Dxml_utils.py22 def GetAttributes(xml_file, tag, attrs): argument
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DVtsVendorConfigFileUtil.java120 Map<String, String> attrs = buildInfo.getBuildAttributes(); in LoadVendorConfig() local