Home
last modified time | relevance | path

Searched refs:best_oat_file (Results 1 – 1 of 1) sorted by relevance

/art/runtime/native/
Ddalvik_system_DexFile.cc836 std::unique_ptr<OatFile> best_oat_file = oat_file_assistant.GetBestOatFile(); in DexFile_getDexFileOutputPaths() local
837 if (best_oat_file == nullptr) { in DexFile_getDexFileOutputPaths()
841 std::string oat_filename = best_oat_file->GetLocation(); in DexFile_getDexFileOutputPaths()
842 std::string vdex_filename = GetVdexFilename(best_oat_file->GetLocation()); in DexFile_getDexFileOutputPaths()