Searched full:zygote (Results 1 - 13 of 13) sorted by relevance

/system/core/rootdir/
H A Dinit.zygote32_64.rc1 service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
3 socket zygote stream 660 root system
9 service zygote_secondary /system/bin/app_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
12 onrestart restart zygote
H A Dinit.zygote64_32.rc1 service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
3 socket zygote stream 660 root system
9 service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
12 onrestart restart zygote
H A Dinit.zygote32.rc1 service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
3 socket zygote stream 660 root system
H A Dinit.zygote64.rc1 service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server
3 socket zygote stream 660 root system
H A Dinit.rc10 import /init.${ro.zygote}.rc
572 onrestart restart zygote
610 onrestart restart zygote
/system/core/toolbox/
H A Dstop.c13 property_set("ctl.stop", "zygote");
H A Dstart.c16 property_set("ctl.start", "zygote");
/system/core/logd/
H A DLogStatistics.h191 if (name && !strncmp(name, "zygote", 6)) {
243 if (name && !strncmp(name, "zygote", 6)) {
/system/core/libcutils/
H A Dtrace-dev.c58 // the Zygote process from tracing.
/system/bt/test/suite/
H A Dmain.c70 property_get("init.svc.zygote", property_str, NULL);
/system/core/include/cutils/
H A Dtrace.h107 * prevent tracing within the Zygote process.
/system/vold/bench/
H A Dbenchgen.py23 $ adb shell strace -p `pid zygote` -o /data/local/tmp/trace -f -ff -y -ttt -e trace=file,desc,munmap
/system/vold/
H A DVolumeManager.cpp448 // Note that sometimes the system will spin up processes from Zygote
449 // before actually starting the user, so we're okay if Zygote

Completed in 270 milliseconds