Searched refs:validate_oat_file (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.h83 // If validate_oat_file is false (for /system), do not verify that
87 static ImageSpace* Init(const std::string& image, bool validate_oat_file)
H A Dimage_space.cc163 ImageSpace* ImageSpace::Init(const std::string& image_file_name, bool validate_oat_file) { argument
235 if (validate_oat_file && !space->ValidateOatFile()) {

Completed in 60 milliseconds