Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/
H A Dcompile_arkguard.py23 def extract(package_path, dest_path, package_name):
25 with tarfile.open(package_path, 'r:gz') as tar:
/arkcompiler/ets_frontend/test/scripts/performance_test/
H A Dperformance_build.py160 package_path = self.config.debug_package_path if is_debug else self.config.release_package_path
161 package = zipfile.ZipFile(package_path)

Completed in 3 milliseconds