Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/test262/
Drun_test262.py233 git_apply('../eshost.patch', ESHOST_DIR)
240 git_apply('../harness.patch', HARNESS_DIR)
253 git_apply("../eshost.patch", ESHOST_DIR)
255 git_apply("../harness.patch", HARNESS_DIR)
Dutils.py146 def git_apply(patch_file, cwd): function