Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/scripts/
Dgenerate_adservices_public_xml.py92 def _overwrite_public_xml(self, root, public_xml_dir): argument
93 if os.path.exists(public_xml_dir):
94 os.remove(public_xml_dir)
97 with open(public_xml_dir, "w+") as file:
102 public_xml_dir=PUBLIC_XML_DIR): argument
107 root, mapping = self._get_existing_tree(public_xml_dir, res_type)
130 self._overwrite_public_xml(root, public_xml_dir)
Dadservices_ui_tests.py158 def _test_util_update_public_xml(self, new_res_count, public_xml, public_xml_dir): argument
162 root = ET.parse(public_xml_dir).getroot()