Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dbase_packages.py460 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/
Dpackager.py112 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/
Davio.h101 unsigned long (*update_checksum)(unsigned long checksum, const uint8_t *buf, unsigned int size); member