Searched refs:have_dalvik_cache (Results 1 – 1 of 1) sorted by relevance
1263 bool have_dalvik_cache = false; in OpenOatFileFromDexLocation() local1266 &have_android_data, &have_dalvik_cache, &is_global_cache); in OpenOatFileFromDexLocation()1268 if (have_dalvik_cache) { in OpenOatFileFromDexLocation()1335 if (have_dalvik_cache) { in OpenOatFileFromDexLocation()1365 CHECK(have_dalvik_cache); in OpenOatFileFromDexLocation()1372 if (ret == nullptr && have_dalvik_cache && OS::FileExists(cache_filename.c_str())) { in OpenOatFileFromDexLocation()1395 if (have_dalvik_cache && cache_checksum_verified) { in OpenOatFileFromDexLocation()