Lines Matching refs:deb_paths
144 deb_paths = []
155 deb_paths.append(file_path)
169 deb_paths.append(file_path)
172 return deb_paths
175 def ExtractLibraries(deb_paths, work_directory, output_directory): argument
183 for deb_path in deb_paths:
363 deb_paths = FindPackageDebs(package_name, self.work_dir)
364 if deb_paths:
382 deb_paths = FindPackageDebs(package_name, self.work_dir)
384 if not deb_paths:
387 print('Extracting', ' '.join(deb_paths))
394 extracted_paths = ExtractLibraries(deb_paths, self.work_dir,