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

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

Completed in 204 milliseconds