Searched refs:checksum_file (Results 1 – 7 of 7) sorted by relevance
60 chksum = storage_mod.checksum_file(self._tmpfile)85 if chksum != storage_mod.checksum_file(self._tmpfile):110 if chksum != storage_mod.checksum_file(self._tmpfile):
38 src_md5 = storage_mod.checksum_file(self._src.name)71 if src_md5 != storage_mod.checksum_file(self._dst.name):152 return storage_mod.checksum_file(path)
30 checksum_file = '/usr/local/osimage_checksum_file' variable205 command = 'cat ' + checksum_file301 checksum_file, checksum_file)
155 checksum_file = '/usr/local/osimage_checksum_file'159 'cat ' + checksum_file,
59 command = 'cat %s' % image_chromeos.checksum_file
392 def checksum_file(path): function
1291 checksum_file = os.path.join(1293 if os.path.exists(checksum_file):1294 self.host.send_file(checksum_file, dest_path)