OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qemu_log
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
qemu-log.h
16
/* Returns true if
qemu_log
() will really write somewhere
29
#define
qemu_log
(...) do { \
macro
/bionic/libc/bionic/
malloc_debug_qemu.cpp
229
static void
qemu_log
(int prio, const char* fmt, ...);
294
qemu_log
(ANDROID_LOG_DEBUG, (format), ##__VA_ARGS__); \
302
qemu_log
(ANDROID_LOG_ERROR, (format), ##__VA_ARGS__); \
310
qemu_log
(ANDROID_LOG_INFO, (format), ##__VA_ARGS__); \
492
static void
qemu_log
(int prio, const char* fmt, ...) {
function
[
all
...]
Completed in 47 milliseconds