Searched refs:update_checksum (Results 1 – 3 of 3) sorted by relevance
/external/autotest/client/common_lib/ |
D | base_packages.py | 460 self.update_checksum(dest_path) 475 def upload_pkg(self, pkg_path, upload_path=None, update_checksum=False, argument 487 if update_checksum: 490 self.update_checksum(pkg_path) 496 update_checksum))) 509 def upload_pkg_parallel(self, pkg_path, upload_path, update_checksum=False): argument 529 if update_checksum: 730 def update_checksum(self, pkg_path): member in BasePackageManager
|
/external/autotest/utils/ |
D | packager.py | 112 pkgmgr.upload_pkg(tarball_path, update_checksum=True) 191 pkgmgr.upload_pkg(package, update_checksum=True) 297 pkgmgr.upload_pkg(options.file, update_checksum=True)
|
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/ |
D | avio.h | 101 unsigned long (*update_checksum)(unsigned long checksum, const uint8_t *buf, unsigned int size); member
|