/external/autotest/utils/ |
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/autotest/client/common_lib/ |
base_packages.py | 460 self.update_checksum(dest_path) 475 def upload_pkg(self, pkg_path, upload_path=None, update_checksum=False, 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): 516 update_checksum : If set to False, the checksum file is not 529 if update_checksum: 730 def update_checksum(self, pkg_path): member in class:BasePackageManager [all...] |
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/ |
avio.h | 101 unsigned long (*update_checksum)(unsigned long checksum, const uint8_t *buf, unsigned int size); member in struct:AVIOContext
|