Home
last modified time | relevance | path

Searched refs:boot_image_filename_ (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat.cc642 boot_image_filename_ = parser_options->boot_image_filename; in ProcessOptions()
649 compiler_options_->image_type_ = boot_image_filename_.empty() in ProcessOptions()
719 if (!IsBootImage() && boot_image_filename_.empty()) { in ProcessOptions()
721 boot_image_filename_ = in ProcessOptions()
753 if (boot_image_filename_.empty()) { in ProcessOptions()
879 size_t profile_separator_pos = boot_image_filename_.find(ImageSpace::kProfileSeparator); in ProcessOptions()
884 boot_image_filename_.c_str()); in ProcessOptions()
887 << "Truncating boot image location " << boot_image_filename_ in ProcessOptions()
889 << boot_image_filename_.substr(/*pos*/ 0u, /*length*/ profile_separator_pos); in ProcessOptions()
890 boot_image_filename_.resize(profile_separator_pos); in ProcessOptions()
[all …]