Home
last modified time | relevance | path

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

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