Home
last modified time | relevance | path

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

/platform_testing/scripts/map_tests/
Dmap_tests.py54 MAP_PATH = MAP_DIR + "/TEST_MAPPING" variable
60 if os.path.exists(MAP_PATH):
61 with open(MAP_PATH, "r", encoding="utf-8") as f:
111 with open(MAP_PATH, "w+", encoding="utf-8") as f: