Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h379 bool DexChecksumUpToDate(const VdexFile& file, std::string* error_msg);
384 bool DexChecksumUpToDate(const OatFile& file, std::string* error_msg);
Doat_file_assistant.cc318 bool OatFileAssistant::DexChecksumUpToDate(const VdexFile& file, std::string* error_msg) { in DexChecksumUpToDate() function in art::OatFileAssistant
351 bool OatFileAssistant::DexChecksumUpToDate(const OatFile& file, std::string* error_msg) { in DexChecksumUpToDate() function in art::OatFileAssistant
401 if (!DexChecksumUpToDate(*vdex, &error_msg)) { in GivenOatFileStatus()
752 if (oat_file_assistant_->DexChecksumUpToDate(*vdex, &error_msg)) { in Status()