Home
last modified time | relevance | path

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

/test/vts-testcase/fuzz/script/config/
Dconfig_gen.py58 def _GetPlansFromConfig(self, xml_file_path): argument
67 root = ElementTree.parse(xml_file_path).getroot()
118 xml_file_path = os.path.join(config_dir, 'AndroidTest.xml')
121 if xml_file_path in old_config:
122 old_plans = old_config[xml_file_path]
126 print('WARNING: No plan name in %s' % xml_file_path)
129 xml_file_path)
138 self._utils.WriteBuildRule(xml_file_path, xml_string)