Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.h125 bool WriteImage(File* out);
Dpatchoat.cc172 if (!p.WriteImage(output_image)) { in Patch()
302 if (!p.WriteImage(output_image)) { in Patch()
324 bool PatchOat::WriteImage(File* out) { in WriteImage() function in art::PatchOat