Searched defs:output_image (Results 1 - 1 of 1) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc96 File* output_image, InstructionSet isa,
99 CHECK(output_image != nullptr);
100 CHECK_GE(output_image->Fd(), 0);
172 if (!p.WriteImage(output_image)) {
179 File* output_oat, File* output_image, InstructionSet isa,
184 CHECK(output_image != nullptr);
185 CHECK_GE(output_image->Fd(), 0);
302 if (!p.WriteImage(output_image)) {
1196 std::unique_ptr<File> output_image; local
1205 output_image
95 Patch(const std::string& image_location, off_t delta, File* output_image, InstructionSet isa, TimingLogger* timings) argument
178 Patch(File* input_oat, const std::string& image_location, off_t delta, File* output_oat, File* output_image, InstructionSet isa, TimingLogger* timings, bool output_oat_opened_from_fd, bool new_oat_out) argument
[all...]

Completed in 42 milliseconds