Home
last modified time | relevance | path

Searched refs:run_and_print (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/test/
H A Druntest.py73 def run_and_print(cmd): function
277 run_and_print(f'hdc shell mount -o remount,rw /')
278 run_and_print(f'hdc file send {args.copy_path}\\ark_aot_compiler /system/bin/')
279 run_and_print(f'hdc shell chmod a+x /system/bin/ark_aot_compiler')
280 run_and_print(f'hdc file send {args.copy_path}\\ark_js_vm /system/bin/')
281 run_and_print(f'hdc shell chmod a+x /system/bin/ark_js_vm')
424 run_and_print(cmd_map[self.step])
426 run_and_print(cmd_map['abc'])

Completed in 2 milliseconds