Home
last modified time | relevance | path

Searched refs:update_checksum (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/acpi_tables/src/
Dsdt.rs57 sdt.update_checksum();
78 fn update_checksum(&mut self) { in update_checksum() method
106 self.update_checksum(); in write()
/external/autotest/client/common_lib/
Dpackages.py494 self.update_checksum(dest_path)
509 def upload_pkg(self, pkg_path, upload_path=None, update_checksum=False, argument
521 if update_checksum:
524 self.update_checksum(pkg_path)
530 update_checksum)))
543 def upload_pkg_parallel(self, pkg_path, upload_path, update_checksum=False): argument
563 if update_checksum:
783 def update_checksum(self, pkg_path): member in BasePackageManager
/external/autotest/utils/
Dpackager.py185 pkgmgr.upload_pkg(tarball_path, update_checksum=True)
278 pkgmgr.upload_pkg(package, update_checksum=True)
388 pkgmgr.upload_pkg(options.file, update_checksum=True)