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
/device/generic/goldfish/vibrator/
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
75
void import_kernel_cmdline(bool
in_qemu
,
util.cpp
275
void import_kernel_cmdline(bool
in_qemu
,
283
fn(pieces[0], pieces[1],
in_qemu
);
init.cpp
546
import_kernel_cmdline(false, [&](const std::string& key, const std::string& value, bool
in_qemu
) {
[
all
...]
Completed in 88 milliseconds