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