OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_qemu
(Results
1 - 4
of
4
) sorted by null
/system/core/init/
util.h
41
void import_kernel_cmdline(int
in_qemu
, void (*import_kernel_nv)(char *name, int
in_qemu
));
ueventd.c
36
static void import_kernel_nv(char *name, int
in_qemu
)
util.c
443
void import_kernel_cmdline(int
in_qemu
,
444
void (*import_kernel_nv)(char *name, int
in_qemu
))
468
import_kernel_nv(ptr,
in_qemu
);
/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
;
Completed in 83 milliseconds