HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG_ERROR (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
debug.h 26 #define DEBUG_ERROR(x) if (slirp_debug & DBG_ERROR) {fprintf x ; fflush(dfd); }
35 #define DEBUG_ERROR(x)
  /external/qemu/slirp-android/
debug.h 26 #define DEBUG_ERROR(x) if (slirp_debug & DBG_ERROR) {fprintf x ; fflush(dfd); }
35 #define DEBUG_ERROR(x)

Completed in 31 milliseconds