Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/tools/ap_file_viewer/
H A Dbuild.py29 def copy_files_to_dist(target_dir):
44 absolute_file_path = os.path.join(target_dir, relative_file_path)
61 def main(target_dir):
67 os.chdir(target_dir)
78 copy_files_to_dist(target_dir)
90 target_directory = args.target_dir if args.target_dir else "../../../../"
/arkcompiler/runtime_core/verifier/tests/
H A Dpull_hap_files.bat49 set target_dir=D:\system_haps variable
50 if not exist "%target_dir%" (
51 mkdir "%target_dir%"
52 echo Created directory %target_dir%
64 hdc file recv "!hapFile!" "%target_dir%"
/arkcompiler/ets_frontend/es2panda/test/
H A Drunner.py2085 target_dir = os.path.join(tmp_path, test_dir)
2086 if os.path.exists(target_dir):
2087 shutil.rmtree(target_dir)
2088 shutil.copytree(src_dir, target_dir)

Completed in 4 milliseconds