Searched refs:DexChecksumUpToDate (Results 1 – 2 of 2) sorted by relevance
491 bool DexChecksumUpToDate(const OatFile& file, std::string* error_msg);
459 bool OatFileAssistant::DexChecksumUpToDate(const OatFile& file, std::string* error_msg) { in DexChecksumUpToDate() function in art::OatFileAssistant510 if (!DexChecksumUpToDate(file, &error_msg)) { in GivenOatFileStatus()