Searched refs:odex_oat_file (Results 1 – 1 of 1) sorted by relevance
1312 std::unique_ptr<OatFile> odex_oat_file(OatFile::Open(odex_filename, odex_filename, nullptr, in OpenOatFileFromDexLocation() local1315 if (odex_oat_file.get() != nullptr && CheckOatFile(runtime, odex_oat_file.get(), isa, in OpenOatFileFromDexLocation()1319 return odex_oat_file.release(); in OpenOatFileFromDexLocation()1326 if (odex_oat_file.get() != nullptr) { in OpenOatFileFromDexLocation()