Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.h117 bool WriteImage(File* out);
Dpatchoat.cc188 if (!p.WriteImage(output_image)) { in Patch()
318 if (!p.WriteImage(output_image)) { in Patch()
340 bool PatchOat::WriteImage(File* out) { in WriteImage() function in art::PatchOat