Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/scripts/
Dgenerate_ota_public_xml.py103 ota_public_res=OTA_PUBLIC_RES_FILE, argument
122 if os.path.exists(ota_public_res):
123 os.remove(ota_public_res)
124 with open(ota_public_res, 'w') as f: