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

/art/patchoat/
H A Dpatchoat.cc943 bool have_image_files = have_output_image; local
946 if (!have_oat_files && !have_image_files) {
1026 if (have_image_files) {
1086 (have_image_files && output_image.get() == nullptr)) {
1108 if (have_image_files && have_oat_files) {
1117 CHECK(have_image_files);

Completed in 72 milliseconds