Searched refs:have_oat_files (Results 1 - 1 of 1) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc1116 bool have_oat_files = have_output_oat; local
1118 if (!have_oat_files && !have_image_files) {
1122 if (!have_oat_files && !isa_set) {
1214 if (have_oat_files) {
1280 if (have_oat_files && (input_oat.get() == nullptr || output_oat.get() == nullptr)) {
1300 if (have_oat_files && !output_oat_lock.Init(output_oat.get(), &error_msg)) {
1308 if (have_image_files && have_oat_files) {
1318 } else if (have_oat_files) {

Completed in 499 milliseconds