Home | History | Annotate | Download | only in runtime

Lines Matching full:checksum

84 bool DexFile::GetChecksum(const std::string& filename, uint32_t* checksum) {
85 CHECK(checksum != NULL);
101 *checksum = zip_entry->GetCrc32();
109 *checksum = dex_file->GetHeader().checksum_;