OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_image_filename
(Results
1 - 2
of
2
) sorted by null
/art/dex2oat/
dex2oat.cc
591
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
;
[
all
...]
/art/oatdump/
oatdump.cc
1365
const char*
boot_image_filename
= NULL;
local
[
all
...]
Completed in 69 milliseconds