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

/art/patchoat/
H A Dpatchoat.cc1020 bool new_oat_out = false; local
1063 output_oat.reset(CreateOrOpen(output_oat_filename.c_str(), &new_oat_out));
1068 &new_oat_out, &new_image_out, &timings, &dump_timings](bool success) {
1071 if (new_oat_out) {

Completed in 42 milliseconds