Home
last modified time | relevance | path

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

/system/core/toolbox/
Dstart.cpp47 std::string zygote_configuration = GetProperty("ro.zygote", ""); in ControlDefaultServices() local
48 if (zygote_configuration != "zygote32" && zygote_configuration != "zygote64") { in ControlDefaultServices()