Home
last modified time | relevance | path

Searched refs:boot_image (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Ddexopt.cpp457 std::string boot_image; in RunDex2Oat() local
464 boot_image = StringPrintf("--boot-image=%s", kJitZygoteImage); in RunDex2Oat()
466 boot_image = MapPropertyToArg("dalvik.vm.boot-image", "--boot-image=%s"); in RunDex2Oat()
559 AddArg(boot_image); in RunDex2Oat()