Home
last modified time | relevance | path

Searched refs:OUT_RESULT_FILE (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/testTs/
H A Dconfig.py31 OUT_RESULT_FILE = os.path.join("out", "testTs", "result.txt") variable
H A Drun_testTs.py156 with open(OUT_RESULT_FILE, 'w') as read_out_result:
231 if not os.path.exists(OUT_RESULT_FILE):
235 with open(OUT_RESULT_FILE, 'r') as read_outfile:

Completed in 1 milliseconds