Lines Matching refs:oat_location
300 const std::string& oat_location, in CreateImageFile() argument
307 if (!image_writer.Write(image_filename, image_base, oat_filename, oat_location)) { in CreateImageFile()
585 std::string oat_location; in dex2oat() local
654 oat_location = option.substr(strlen("--oat-location=")).data(); in dex2oat()
818 if (oat_location.empty()) { in dex2oat()
819 oat_location = oat_filename; in dex2oat()
822 oat_file.reset(new File(oat_fd, oat_location)); in dex2oat()
826 PLOG(ERROR) << "Failed to create oat file: " << oat_location; in dex2oat()
830 PLOG(ERROR) << "Failed to make oat file world readable: " << oat_location; in dex2oat()
835 LOG(INFO) << "dex2oat: " << oat_location; in dex2oat()
967 LOG(ERROR) << "Failed to create oat file: " << oat_location; in dex2oat()
971 VLOG(compiler) << "Oat file written successfully (unstripped): " << oat_location; in dex2oat()
1028 oat_location, in dex2oat()
1073 VLOG(compiler) << "Oat file written successfully (stripped): " << oat_location; in dex2oat()