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

/art/dex2oat/
H A Ddex2oat.cc591 std::string boot_image_filename; local
671 boot_image_filename = option.substr(strlen("--boot-image=")).data();
745 if (!image && boot_image_filename.empty()) {
747 boot_image_filename += GetAndroidRoot();
749 boot_image_filename += *host_prefix.get();
750 boot_image_filename += "/system";
752 boot_image_filename += "/framework/boot.art";
755 if (!boot_image_filename.empty()) {
757 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 4466 milliseconds