Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h393 bool DexChecksumUpToDate(const VdexFile& file, std::string* error_msg);
398 bool DexChecksumUpToDate(const OatFile& file, std::string* error_msg);
Doat_file_assistant.cc348 bool OatFileAssistant::DexChecksumUpToDate(const VdexFile& file, std::string* error_msg) { in DexChecksumUpToDate() function in art::OatFileAssistant
381 bool OatFileAssistant::DexChecksumUpToDate(const OatFile& file, std::string* error_msg) { in DexChecksumUpToDate() function in art::OatFileAssistant
431 if (!DexChecksumUpToDate(*vdex, &error_msg)) { in GivenOatFileStatus()