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

/art/dex2oat/
H A Ddex2oat.cc586 std::string boot_image_filename; local
666 boot_image_filename = option.substr(strlen("--boot-image=")).data();
740 if (!image && boot_image_filename.empty()) {
742 boot_image_filename += GetAndroidRoot();
744 boot_image_filename += *host_prefix.get();
745 boot_image_filename += "/system";
747 boot_image_filename += "/framework/boot.art";
750 if (!boot_image_filename.empty()) {
752 boot_image_option += boot_image_filename;
/art/oatdump/
H A Doatdump.cc1365 const char* boot_image_filename = NULL; local
1378 boot_image_filename = option.substr(strlen("--boot-image=")).data();
1435 if (boot_image_filename != NULL) {
1437 boot_image_option += boot_image_filename;

Completed in 104 milliseconds