Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/scripts/
Dgenerate_test_ota.py27 OTA_PUBLIC_RES_FILE = '../samples/ota/res/values/public.xml' variable
93 if os.path.exists(OTA_PUBLIC_RES_FILE):
94 os.remove(OTA_PUBLIC_RES_FILE)
95 with open(OTA_PUBLIC_RES_FILE, 'w') as f:
Dgenerate_ota_public_xml.py29 OTA_PUBLIC_RES_FILE = '../samples/ota/res/values/public.xml' variable in AdServicesOTAUtil
103 ota_public_res=OTA_PUBLIC_RES_FILE,