Searched defs:update_checksum (Results 1 - 1 of 1) sorted by relevance

/external/autotest/client/common_lib/
H A Dpackages.py488 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:
777 def update_checksum(self, pkg_path): member in class:BasePackageManager

Completed in 64 milliseconds