Searched refs:boot_image_filename_ (Results 1 – 1 of 1) sorted by relevance
656 boot_image_filename_ = parser_options->boot_image_filename; in ProcessOptions()663 compiler_options_->image_type_ = boot_image_filename_.empty() in ProcessOptions()728 if (!IsBootImage() && boot_image_filename_.empty()) { in ProcessOptions()736 boot_image_filename_ = in ProcessOptions()773 if (boot_image_filename_.empty()) { in ProcessOptions()908 android::base::Split(boot_image_filename_, {ImageSpace::kComponentSeparator}); in ProcessOptions()921 << boot_image_filename_ << ", After: " << new_boot_image_filename; in ProcessOptions()922 boot_image_filename_ = std::move(new_boot_image_filename); in ProcessOptions()2682 boot_image_option += boot_image_filename_; in PrepareRuntimeOptions()2936 std::string boot_image_filename_; member in art::Dex2Oat