Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/workloadtest/
Dwork_load.py101 def git_clean(clean_dir=os.getcwd()): argument
103 with subprocess.Popen(cmds, cwd=clean_dir) as proc:
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py283 def git_clean(clean_dir=os.getcwd()): argument
285 with subprocess.Popen(cmds, cwd=clean_dir) as proc: