Searched refs:qemu (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dinit.cpp86 static char qemu[32]; member in namespace:android::init
482 if (key == "qemu") {
483 strlcpy(qemu, value.c_str(), sizeof(qemu));
545 // The first pass does the common stuff, and finds if we are in qemu.
546 // The second pass is only necessary for qemu to export all kernel params
549 if (qemu[0]) import_kernel_cmdline(true, import_kernel_nv);

Completed in 59 milliseconds