Home
last modified time | relevance | path

Searched refs:package_path (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/
Dinstall_arkguard_tsc.py24 def extract(package_path, dest_path, package_name, current_os): argument
31 with tarfile.open(package_path, 'r:gz') as tar:
35 package_path = os.path.join(temp_package_path, 'package')
38 shutil.copytree(package_path, dest_package_path, symlinks=True, dirs_exist_ok=True)
/developtools/ace_ets2bundle/compiler/script/
Dinstall_arkguard.sh39 package_path="$current_dir/package"
45 echo "move $package_path to override $target_dir"
50 mv $package_path $target_dir