Lines Matching refs:oat_location

338                     const std::string& oat_location, std::string* error_msg) {  in PatchOatCode()  argument
349 return ElfPatcher::Patch(compiler_driver, elf_file.get(), oat_location, error_msg); in PatchOatCode()
358 const std::string& oat_location, in CreateOatFile() argument
455 if (!PatchOatCode(driver.get(), oat_file, oat_location, &error_msg)) { in CreateOatFile()
468 const std::string& oat_location, in CreateImageFile() argument
475 if (!image_writer.Write(image_filename, image_base, oat_filename, oat_location, in CreateImageFile()
858 std::string oat_location; in dex2oat() local
959 oat_location = option.substr(strlen("--oat-location=")).data(); in dex2oat()
1289 if (oat_location.empty()) { in dex2oat()
1290 oat_location = oat_filename; in dex2oat()
1293 oat_file.reset(new File(oat_fd, oat_location, true)); in dex2oat()
1296 PLOG(WARNING) << "Truncating oat file " << oat_location << " failed."; in dex2oat()
1300 PLOG(ERROR) << "Failed to create oat file: " << oat_location; in dex2oat()
1304 PLOG(ERROR) << "Failed to make oat file world readable: " << oat_location; in dex2oat()
1546 oat_location, in dex2oat()
1559 LOG(ERROR) << "Failed to create oat file: " << oat_location; in dex2oat()
1566 PLOG(ERROR) << "Failed to flush and close oat file: " << oat_location; in dex2oat()
1573 VLOG(compiler) << "Oat file written successfully (unstripped): " << oat_location; in dex2oat()
1629 oat_location, in dex2oat()
1655 PLOG(ERROR) << "Failed to flush and close oat file: " << oat_location; in dex2oat()
1687 VLOG(compiler) << "Oat file written successfully (stripped): " << oat_location; in dex2oat()
1689 VLOG(compiler) << "Oat file written successfully without stripping: " << oat_location; in dex2oat()
1692 LOG(ERROR) << "Failed to flush and close oat file: " << oat_location; in dex2oat()
1700 PLOG(ERROR) << "Failed to flush and close oat file: " << oat_location << "/" << oat_filename; in dex2oat()