Searched refs:OTA_STRING_FILE (Results 1 – 1 of 1) sorted by relevance
29 OTA_STRING_FILE = '../samples/ota/res/values/strings.xml' variable83 if os.path.exists(OTA_STRING_FILE):84 os.remove(OTA_STRING_FILE)85 with open(OTA_STRING_FILE, 'w') as f: