Searched refs:boot_image_filename_ (Results 1 – 1 of 1) sorted by relevance
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()[all …]