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?
94 bool new_oat_out); // Output oat was newly created?
Dpatchoat.cc182 bool new_oat_out) { in Patch() argument
275 new_oat_out)) { in Patch()
388 bool new_oat_out) { in ReplaceOatFileWithSymlink() argument
397 if (!new_oat_out) { in ReplaceOatFileWithSymlink()
659 bool output_oat_opened_from_fd, bool new_oat_out) { in Patch() argument
684 new_oat_out); in Patch()
1192 bool new_oat_out = false; in patchoat() local
1248 output_oat.reset(CreateOrOpen(output_oat_filename.c_str(), &new_oat_out)); in patchoat()
1259 &new_oat_out, &new_image_out, &timings, &dump_timings](bool success) { in patchoat()
1262 if (new_oat_out) { in patchoat()
[all …]