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

/system/core/init/
H A Dinit.cpp76 static char qemu[32]; variable
400 if (key == "qemu") {
401 strlcpy(qemu, value.c_str(), sizeof(qemu));
474 // The first pass does the common stuff, and finds if we are in qemu.
475 // The second pass is only necessary for qemu to export all kernel params
478 if (qemu[0]) import_kernel_cmdline(true, import_kernel_nv);

Completed in 78 milliseconds