Lines Matching full:checksum
81 A dict mapping from project name to project checksum.
119 logging.debug("Checksum %s for file %s", file_digest, file_path)
122 logging.info("Computing checksum for %s", proj.name)
125 # Compute final checksum.
140 checksums: a dict mapping from project name to project checksum (result of
153 A dict, mapping from project name to project checksum.
160 checksum, proj = line.split()
161 checksums[proj] = checksum
170 name to a project checksum.
172 name to a project checksum.
189 for proj, checksum in new_checksums.items():
190 # We never computed a checksum for this project.
193 # Checksum did not match.
194 if reference_checksums[proj] != checksum: