Searched refs:input_image_location (Results 1 – 1 of 1) sorted by relevance
938 std::string input_image_location; in patchoat() local994 input_image_location = option.substr(strlen("--input-image-location=")).data(); in patchoat()1087 if ((!input_image_location.empty()) != have_output_image) { in patchoat()1176 CHECK(!input_image_location.empty()); in patchoat()1188 CHECK(output_image_filename.empty() && output_image_fd == -1 && input_image_location.empty()); in patchoat()1284 ret = PatchOat::Patch(input_oat.get(), input_image_location, base_delta, in patchoat()1300 ret = PatchOat::Patch(input_image_location, base_delta, output_image.get(), isa, &timings); in patchoat()