Searched defs:dex_location_checksum (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file.cc529 const uint32_t* dex_location_checksum,
573 (dex_location_checksum == nullptr ||
574 oat_dex_file->GetDexFileLocationChecksum() == *dex_location_checksum)) {
581 if (dex_location_checksum != nullptr) {
582 checksum = StringPrintf("0x%08x", *dex_location_checksum);
528 GetOatDexFile(const char* dex_location, const uint32_t* dex_location_checksum, bool warn_if_not_found) const argument

Completed in 48 milliseconds