Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc560 std::string boot_image_filename; in ParseArgs() local
652 boot_image_filename = option.substr(strlen("--boot-image=")).data(); in ParseArgs()
884 if (!image_ && boot_image_filename.empty()) { in ParseArgs()
885 boot_image_filename += android_root_; in ParseArgs()
886 boot_image_filename += "/framework/boot.art"; in ParseArgs()
888 if (!boot_image_filename.empty()) { in ParseArgs()
890 boot_image_option_ += boot_image_filename; in ParseArgs()