OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_image_option
(Results
1 - 2
of
2
) sorted by null
/art/cmdline/
cmdline.h
96
std::string
boot_image_option
;
local
97
boot_image_option
+= "-Ximage:";
98
boot_image_option
+= boot_image_location;
99
options.push_back(std::make_pair(
boot_image_option
.c_str(), nullptr));
/art/dex2oat/
dex2oat.cc
2220
std::string
boot_image_option
= "-Ximage:";
local
[
all
...]
Completed in 54 milliseconds