HomeSort by relevance Sort by last modified time
    Searched refs:in_qemu (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware_legacy/qemu/
qemu.c 44 static int in_qemu = -1; local
46 if (__builtin_expect(in_qemu < 0,0)) {
49 in_qemu = (propBuf[0] == '1');
51 return in_qemu;
  /system/core/init/
util.h 61 void import_kernel_cmdline(bool in_qemu,
util.cpp 428 void import_kernel_cmdline(bool in_qemu,
436 fn(pieces[0], pieces[1], in_qemu);
init.cpp 501 import_kernel_cmdline(false, [&](const std::string& key, const std::string& value, bool in_qemu) {

Completed in 72 milliseconds