HomeSort by relevance Sort by last modified time
    Searched full:update_checksum (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/common_lib/
packages.py 488 self.update_checksum(dest_path)
503 def upload_pkg(self, pkg_path, upload_path=None, update_checksum=False,
515 if update_checksum:
518 self.update_checksum(pkg_path)
524 update_checksum)))
537 def upload_pkg_parallel(self, pkg_path, upload_path, update_checksum=False):
544 update_checksum : If set to False, the checksum file is not
557 if update_checksum:
772 def update_checksum(self, pkg_path): member in class:BasePackageManager
    [all...]
  /external/autotest/utils/
packager.py 182 pkgmgr.upload_pkg(tarball_path, update_checksum=True)
272 pkgmgr.upload_pkg(package, update_checksum=True)
382 pkgmgr.upload_pkg(options.file, update_checksum=True)

Completed in 54 milliseconds