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

/art/patchoat/
H A Dpatchoat.cc961 std::string input_image_location; local
1017 input_image_location = option.substr(strlen("--input-image-location=")).data();
1110 if ((!input_image_location.empty()) != have_output_image) {
1199 CHECK(!input_image_location.empty());
1211 CHECK(output_image_filename.empty() && output_image_fd == -1 && input_image_location.empty());
1310 ret = PatchOat::Patch(input_oat.get(), input_image_location, base_delta,
1326 ret = PatchOat::Patch(input_image_location, base_delta, output_image.get(), isa, &timings);

Completed in 322 milliseconds