Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/scripts/
Dinstall_tsc.sh34 package_path="$current_dir/package"
40 echo "move $package_path to override $target_dir"
43 mv $package_path $target_dir
/arkcompiler/ets_frontend/arkguard/
Dcompile_arkguard.py23 def extract(package_path, dest_path, package_name): argument
25 with tarfile.open(package_path, 'r:gz') as tar:
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_build.py134package_path = self.config.debug_package_path if is_debug else self.config.release_package_path
135 package = zipfile.ZipFile(package_path)