Lines Matching refs:checksum
345 // Returns the checksum of a file for comparison with GetLocationChecksum().
346 // For .dex files, this is the header checksum.
347 // For zip files, this is the classes.dex zip entry CRC32 checksum.
348 // Return true if the checksum could be found, false otherwise.
349 static bool GetChecksum(const std::string& filename, uint32_t* checksum)
373 // For DexFiles directly from .dex files, this is the checksum from the DexFile::Header.