Home
last modified time | relevance | path

Searched defs:git_checkout (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/workloadtest/
Dwork_load.py94 def git_checkout(commit_hash: str, destination_path: str): function
/arkcompiler/ets_frontend/test262/
Dutils.py248 def git_checkout(git_bash, cwd): function
/arkcompiler/ets_runtime/test/regresstest/
Drun_regress_test.py364 def git_checkout(checkout_options, check_out_dir=os.getcwd()): member in RegressTestRepoPrepare