Home | History | Annotate | Download | only in oatdump

Lines Matching refs:image_location_

3393       image_location_ = option.substr(strlen("--image=")).data();
3440 boot_image_location_ = image_location_;
3450 if (image_location_ == nullptr && oat_filename_ == nullptr) {
3453 } else if (image_location_ != nullptr && oat_filename_ != nullptr) {
3545 const char* image_location_ = nullptr;
3586 args_->image_location_ != nullptr ||