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

  /art/runtime/gc/space/
image_space.h 93 bool ValidateOatFile() const
image_space.cc 235 if (validate_oat_file && !space->ValidateOatFile()) {
274 bool ImageSpace::ValidateOatFile() const {
280 LOG(WARNING) << "ValidateOatFile could not find checksum for " << dex_file_location;
284 LOG(WARNING) << "ValidateOatFile found checksum mismatch between oat file "

Completed in 188 milliseconds