Home
last modified time | relevance | path

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

/tools/asuite/atest/integration_tests/
Datest_integration_test.py51 _RESULTS_DIR_PRINT_PREFIX = 'Atest results and logs directory: ' variable
155 if line.startswith(_RESULTS_DIR_PRINT_PREFIX):
156 results_dir = pathlib.Path(line[len(_RESULTS_DIR_PRINT_PREFIX) :])
/tools/asuite/atest/
Datest_main.py97 _RESULTS_DIR_PRINT_PREFIX = 'Atest results and logs directory: ' variable
324 print(_RESULTS_DIR_PRINT_PREFIX + test_result_dir)