Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/testTs/
H A Dutils.py44 def remove_file(path): function
H A Drun_testTs.py100 remove_file(ts_file)
107 remove_file(temp_abc_file_path)
211 remove_file(fi)
/arkcompiler/ets_frontend/es2panda/test/benchmark/
H A Dutils.py80 def remove_file(file): function
180 remove_file(file_path)
/arkcompiler/ets_frontend/es2panda/test/
H A Drunner.py305 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 Dutils.py215 def remove_file(file): function
H A Drun_test262.py329 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