Lines Matching refs:oat_filename
299 const std::string& oat_filename, in CreateImageFile() argument
307 if (!image_writer.Write(image_filename, image_base, oat_filename, oat_location)) { in CreateImageFile()
314 UniquePtr<File> oat_file(OS::OpenFileReadWrite(oat_filename.c_str())); in CreateImageFile()
316 PLOG(ERROR) << "Failed to open ELF file: " << oat_filename; in CreateImageFile()
583 std::string oat_filename; in dex2oat() local
636 oat_filename = option.substr(strlen("--oat-file=")).data(); in dex2oat()
709 if (oat_filename.empty() && oat_fd == -1) { in dex2oat()
713 if (!oat_filename.empty() && oat_fd != -1) { in dex2oat()
802 std::string oat_stripped(oat_filename); in dex2oat()
807 oat_unstripped += oat_filename; in dex2oat()
819 oat_location = oat_filename; in dex2oat()