Searched refs:hdc_send (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/test/jsperftest/ |
H A D | run_js_test.py | 303 if hdc_send(cur_abc_file, using_abc_file) != 0:
677 if hdc_send(js_file_path, js_file_path_device) != 0:
782 def hdc_send(source: str, destination: str) -> int:
function 798 if hdc_send(Constants.ARK_JS_VM_PATH, Constants.DEVICE_WORKDIR) != 0:
803 if hdc_send(arkjsvm_lib, os.path.join(Constants.DEVICE_WORKDIR, "lib")) != 0:
806 if hdc_send(ICU_DATA_PATH, Constants.DEVICE_WORKDIR) != 0:
814 if hdc_send(lib, thirdparty_path) != 0:
817 if hdc_send(Constants.STUB_AN, os.path.join(Constants.DEVICE_WORKDIR, "lib")) != 0:
|
Completed in 3 milliseconds