Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc736 boot_image_filename_ = parser_options->boot_image_filename; in ProcessOptions()
743 if (image_classes_filename_ != nullptr && !boot_image_filename_.empty()) { in ProcessOptions()
755 if (compiled_classes_filename_ != nullptr && !boot_image_filename_.empty()) { in ProcessOptions()
793 if (boot_image_filename_.empty()) { in ProcessOptions()
2165 if (boot_image_filename_.empty()) { in PrepareRuntimeOptions()
2174 boot_image_option += boot_image_filename_; in PrepareRuntimeOptions()
2449 std::string boot_image_filename_; member in art::FINAL