Searched refs:remove_file (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/testTs/ |
H A D | utils.py | 44 def remove_file(path):
function
|
H A D | run_testTs.py | 100 remove_file(ts_file) 107 remove_file(temp_abc_file_path) 211 remove_file(fi)
|
/arkcompiler/ets_frontend/es2panda/test/benchmark/ |
H A D | utils.py | 80 def remove_file(file): function 180 remove_file(file_path)
|
/arkcompiler/ets_frontend/es2panda/test/ |
H A D | runner.py | 305 def __init__(self, cmd, compare_str, compare_abc_str, remove_file): 309 self.remove_file = remove_file 330 if self.remove_file != '' and os.path.exists(self.remove_file): 331 os.remove(self.remove_file) 2407 remove_file = lib_file 2411 remove_file = lib_file 2419 remove_file = "" 2422 runner.add_cmd([runner.es2panda, "--merge-abc", "--transform-lib", lib_file, js_file], msg[2], msg[3], remove_file) [all...] |
/arkcompiler/ets_frontend/test262/ |
H A D | utils.py | 215 def remove_file(file): function
|
H A D | run_test262.py | 329 remove_file(os.path.join(ESHOST_DIR, "lib/agents/panda.js")) 330 remove_file(os.path.join(ESHOST_DIR, "runtimes/panda.js"))
|
Completed in 7 milliseconds