Searched refs:dex_file_checksum (Results 1 – 5 of 5) sorted by relevance
571 uint32_t dex_file_checksum,586 uint32_t dex_file_checksum,
682 uint32_t dex_file_checksum; in Setup() local683 if (UNLIKELY(!ReadOatDexFileData(*this, &oat, &dex_file_checksum))) { in Setup()929 dex_file_checksum, in Setup()
463 uint32_t dex_file_checksum = dex_file.GetLocationChecksum(); in TEST_F() local465 &dex_file_checksum); in TEST_F()
3494 std::string dex_file_checksum = StringPrintf("/%08x", checksum); in VerifyBootClassPathChecksums() local3495 if (!StartsWith(oat_checksums, dex_file_checksum)) { in VerifyBootClassPathChecksums()3498 dex_file_checksum.c_str()); in VerifyBootClassPathChecksums()3501 oat_checksums.remove_prefix(dex_file_checksum.size()); in VerifyBootClassPathChecksums()
115 static bool ChecksumMatch(uint32_t dex_file_checksum, uint32_t checksum) { in ChecksumMatch() argument116 return kDebugIgnoreChecksum || dex_file_checksum == checksum; in ChecksumMatch()