Home | History | Annotate | Download | only in runtime

Lines Matching full:oat_location

816     std::string oat_location =
820 if (EndsWith(oat_location, ".jar")) {
821 oat_location.replace(oat_location.length() - 3, 3, "oat");
838 OatFile::OpenWithElfFile(elf_file.release(), oat_location, nullptr, &error_msg));