Searched refs:package_path (Results 1 – 3 of 3) sorted by relevance
34 package_path="$current_dir/package"40 echo "move $package_path to override $target_dir"43 mv $package_path $target_dir
23 def extract(package_path, dest_path, package_name): argument25 with tarfile.open(package_path, 'r:gz') as tar:
134 … package_path = self.config.debug_package_path if is_debug else self.config.release_package_path135 package = zipfile.ZipFile(package_path)