Searched refs:DexChecksumUpToDate (Results 1 – 2 of 2) sorted by relevance
393 bool DexChecksumUpToDate(const VdexFile& file, std::string* error_msg);398 bool DexChecksumUpToDate(const OatFile& file, std::string* error_msg);
348 bool OatFileAssistant::DexChecksumUpToDate(const VdexFile& file, std::string* error_msg) { in DexChecksumUpToDate() function in art::OatFileAssistant381 bool OatFileAssistant::DexChecksumUpToDate(const OatFile& file, std::string* error_msg) { in DexChecksumUpToDate() function in art::OatFileAssistant431 if (!DexChecksumUpToDate(*vdex, &error_msg)) { in GivenOatFileStatus()