Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.h47 bool new_oat_out); // Output oat was a new file created by us?
58 bool new_oat_out); // Output oat was a new file created by us?
93 bool new_oat_out); // Output oat was newly created?
Dpatchoat.cc198 bool new_oat_out) { in Patch() argument
291 new_oat_out)) { in Patch()
404 bool new_oat_out) { in ReplaceOatFileWithSymlink() argument
413 if (!new_oat_out) { in ReplaceOatFileWithSymlink()
564 bool output_oat_opened_from_fd, bool new_oat_out) { in Patch() argument
589 new_oat_out); in Patch()
1169 bool new_oat_out = false; in patchoat() local
1222 output_oat.reset(CreateOrOpen(output_oat_filename.c_str(), &new_oat_out)); in patchoat()
1233 &new_oat_out, &new_image_out, &timings, &dump_timings](bool success) { in patchoat()
1236 if (new_oat_out) { in patchoat()
[all …]