Lines Matching refs:boot_image_filename_
903 boot_image_filename_ = parser_options->boot_image_filename; in ProcessOptions()
910 compiler_options_->image_type_ = boot_image_filename_.empty() in ProcessOptions()
980 if (!IsBootImage() && boot_image_filename_.empty()) { in ProcessOptions()
982 boot_image_filename_ = GetDefaultBootImageLocation(android_root_); in ProcessOptions()
1013 if (boot_image_filename_.empty()) { in ProcessOptions()
1136 size_t profile_separator_pos = boot_image_filename_.find(ImageSpace::kProfileSeparator); in ProcessOptions()
1141 boot_image_filename_.c_str()); in ProcessOptions()
1144 << "Truncating boot image location " << boot_image_filename_ in ProcessOptions()
1146 << boot_image_filename_.substr(/*pos*/ 0u, /*length*/ profile_separator_pos); in ProcessOptions()
1147 boot_image_filename_.resize(profile_separator_pos); in ProcessOptions()
1152 !boot_image_filename_.empty() && in ProcessOptions()
1153 CompilerOptions::IsCoreImageFilename(boot_image_filename_); in ProcessOptions()
2778 boot_image_option += boot_image_filename_; in PrepareRuntimeOptions()
3033 std::string boot_image_filename_; member in art::Dex2Oat