Lines Matching full:boot_image_filename
570 std::string boot_image_filename;
730 if (!boot_image_ && parser_options->boot_image_filename.empty()) {
731 parser_options->boot_image_filename += android_root_;
732 parser_options->boot_image_filename += "/framework/boot.art";
734 if (!parser_options->boot_image_filename.empty()) {
735 boot_image_filename_ = parser_options->boot_image_filename;
1105 parser_options->boot_image_filename = option.substr(strlen("--boot-image=")).data();