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

/art/patchoat/
H A Dpatchoat.cc975 std::string patched_image_location; local
1074 patched_image_location = option.substr(strlen("--patched-image-location=")).data();
1096 cnt += (!patched_image_location.empty()) ? 1 : 0;
1137 if (!patched_image_location.empty()) {
1147 if (!gc::space::ImageSpace::FindImageFilename(patched_image_location.c_str(), isa,
1151 Usage("Unable to determine image file for location %s", patched_image_location.c_str());
1157 << patched_image_location;
1160 Usage("Unable to determine image file for location %s", patched_image_location.c_str());

Completed in 28 milliseconds