Home
last modified time | relevance | path

Searched refs:output_oat (Results 1 – 2 of 2) sorted by relevance

/art/patchoat/
Dpatchoat.cc195 File* output_oat, File* output_image, InstructionSet isa, in Patch() argument
203 CHECK(output_oat != nullptr); in Patch()
205 CHECK_GE(output_oat->Fd(), 0); in Patch()
289 output_oat->GetPath(), in Patch()
314 if (!skip_patching_oat && !p.WriteElf(output_oat)) { in Patch()
563 bool PatchOat::Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings, in Patch() argument
566 CHECK(output_oat != nullptr); in Patch()
568 CHECK_GE(output_oat->Fd(), 0); in Patch()
587 output_oat->GetPath(), in Patch()
601 if (!p.WriteElf(output_oat)) { in Patch()
[all …]
/art/runtime/
Dclass_linker.cc1430 const std::string& output_oat, in PatchAndRetrieveOat() argument
1457 output_oat_filename_arg += output_oat; in PatchAndRetrieveOat()
1472 std::unique_ptr<OatFile> output(OatFile::Open(output_oat, output_oat, nullptr, nullptr, in PatchAndRetrieveOat()
1481 input_oat.c_str(), output_oat.c_str(), error_msg->c_str()); in PatchAndRetrieveOat()
1485 input_oat.c_str(), output_oat.c_str(), error_msg->c_str()); in PatchAndRetrieveOat()
1495 "failed: %s", input_oat.c_str(), output_oat.c_str(), in PatchAndRetrieveOat()