Searched refs:best_oat_file (Results 1 – 1 of 1) sorted by relevance
836 std::unique_ptr<OatFile> best_oat_file = oat_file_assistant.GetBestOatFile(); in DexFile_getDexFileOutputPaths() local837 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()