Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc919 boot_image_filename_ = parser_options->boot_image_filename; in ProcessOptions()
926 compiler_options_->image_type_ = boot_image_filename_.empty() in ProcessOptions()
996 if (!IsBootImage() && boot_image_filename_.empty()) { in ProcessOptions()
998 boot_image_filename_ = GetDefaultBootImageLocation(android_root_); in ProcessOptions()
1029 if (boot_image_filename_.empty()) { in ProcessOptions()
1155 size_t profile_separator_pos = boot_image_filename_.find(ImageSpace::kProfileSeparator); in ProcessOptions()
1160 boot_image_filename_.c_str()); in ProcessOptions()
1163 << "Truncating boot image location " << boot_image_filename_ in ProcessOptions()
1165 << boot_image_filename_.substr(/*pos*/ 0u, /*length*/ profile_separator_pos); in ProcessOptions()
1166 boot_image_filename_.resize(profile_separator_pos); in ProcessOptions()
[all …]