OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boot_image_location_
(Results
1 - 4
of
4
) sorted by null
/art/imgdiag/
imgdiag_test.cc
47
boot_image_location_
= image_space->GetImageLocation();
104
return Exec(image_diff_pid,
boot_image_location_
, error_msg);
109
std::string
boot_image_location_
;
member in class:art::ImgDiagTest
imgdiag.cc
[
all
...]
/art/cmdline/
cmdline.h
142
boot_image_location_
= option.substr(strlen("--boot-image=")).data();
214
const char*
boot_image_location_
= nullptr;
member in struct:art::CmdlineArgs
225
if (
boot_image_location_
== nullptr) {
230
DBG_LOG << "boot image location: " <<
boot_image_location_
;
local
234
std::string boot_image_location =
boot_image_location_
;
372
return StartRuntime(args->
boot_image_location_
, args->instruction_set_);
/art/oatdump/
oatdump.cc
[
all
...]
Completed in 528 milliseconds