Lines Matching refs:oat_filename
448 const std::string& oat_filename, in CreateImageFile() argument
456 if (!image_writer.Write(image_filename, image_base, oat_filename, oat_location)) { in CreateImageFile()
463 std::unique_ptr<File> oat_file(OS::OpenFileReadWrite(oat_filename.c_str())); in CreateImageFile()
465 PLOG(ERROR) << "Failed to open ELF file: " << oat_filename; in CreateImageFile()
824 std::string oat_filename; in dex2oat() local
893 oat_filename = option.substr(strlen("--oat-file=")).data(); in dex2oat()
1057 if (oat_filename.empty() && oat_fd == -1) { in dex2oat()
1061 if (!oat_filename.empty() && oat_fd != -1) { in dex2oat()
1138 std::string oat_stripped(oat_filename); in dex2oat()
1143 oat_unstripped += oat_filename; in dex2oat()
1222 oat_location = oat_filename; in dex2oat()