HomeSort by relevance Sort by last modified time
    Searched full:boot_image_filename (Results 1 - 2 of 2) sorted by null

  /art/cmdline/
cmdline.h 272 DBG_LOG << "boot_image_filename does exist: " << file_name;
  /art/dex2oat/
dex2oat.cc 570 std::string boot_image_filename; member in struct:art::FINAL::ParserOptions
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;
    [all...]

Completed in 126 milliseconds