Home
last modified time | relevance | path

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

/platform_testing/scripts/map_tests/
Dmap_tests.py47 INFO_PATH = args.module_info or (os.environ["ANDROID_PRODUCT_OUT"] + "/module-info.json") variable
69 with open(INFO_PATH, "r", encoding="utf-8") as module_info_file: