Home
last modified time | relevance | path

Searched refs:DexChecksumUpToDate (Results 1 – 2 of 2) sorted by relevance

/art/runtime/oat/
Doat_file_assistant.h491 bool DexChecksumUpToDate(const OatFile& file, std::string* error_msg);
Doat_file_assistant.cc459 bool OatFileAssistant::DexChecksumUpToDate(const OatFile& file, std::string* error_msg) { in DexChecksumUpToDate() function in art::OatFileAssistant
510 if (!DexChecksumUpToDate(file, &error_msg)) { in GivenOatFileStatus()