Lines Matching refs:dest_path
119 def fetch_pkg_file(self, filename, dest_path): argument
162 def fetch_pkg_file(self, filename, dest_path): argument
164 dest_path)
172 cmd = self.wget_cmd_pattern % (package_url, dest_path)
177 'ls %s' % dest_path,
187 self.run_command('rm -f %s' % dest_path)
200 def fetch_pkg_file(self, filename, dest_path): argument
202 dest_path)
205 self.run_command('cp %s %s' % (local_path, dest_path))
406 def fetch_pkg(self, pkg_name, dest_path, repo_url=None, use_checksum=False): argument
423 self._run_command("ls %s" % os.path.dirname(dest_path))
426 "destination: %s " % dest_path)
433 self._run_command("ls %s" % dest_path)
455 or not self.compare_checksum(dest_path))
457 fetcher.fetch_pkg_file(pkg_name, dest_path)
460 self.update_checksum(dest_path)