HomeSort by relevance Sort by last modified time
    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, ...);
295 qemu_log(ANDROID_LOG_DEBUG, (format), ##__VA_ARGS__); \
304 qemu_log(ANDROID_LOG_ERROR, (format), ##__VA_ARGS__); \
313 qemu_log(ANDROID_LOG_INFO, (format), ##__VA_ARGS__); \
496 static void qemu_log(int prio, const char* fmt, ...) { function
    [all...]

Completed in 438 milliseconds