Lines Matching refs:oat_location

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