Lines Matching full:dex_file_checksum
81 static bool ChecksumMatch(uint32_t dex_file_checksum, uint32_t checksum) {82 return kDebugIgnoreChecksum || dex_file_checksum == checksum;