HomeSort by relevance Sort by last modified time
    Searched refs:DexChecksumUpToDate (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file_assistant.h 386 bool DexChecksumUpToDate(const VdexFile& file, std::string* error_msg);
391 bool DexChecksumUpToDate(const OatFile& file, std::string* error_msg);
oat_file_assistant.cc 353 bool OatFileAssistant::DexChecksumUpToDate(const VdexFile& file, std::string* error_msg) {
385 bool OatFileAssistant::DexChecksumUpToDate(const OatFile& file, std::string* error_msg) {
435 if (!DexChecksumUpToDate(*vdex, &error_msg)) {
440 if (!DexChecksumUpToDate(file, &error_msg)) {
    [all...]

Completed in 582 milliseconds