Home | History | Annotate | Download | only in oatdump

Lines Matching refs:image_location_

3407       image_location_ = raw_option + strlen("--image=");
3454 boot_image_location_ = image_location_;
3464 if (image_location_ == nullptr && oat_filename_ == nullptr) {
3467 } else if (image_location_ != nullptr && oat_filename_ != nullptr) {
3560 const char* image_location_ = nullptr;
3601 args_->image_location_ != nullptr ||