Home
last modified time | relevance | path

Searched refs:proxy_LOG (Results 1 – 2 of 2) sorted by relevance

/external/qemu/proxy/
Dproxy_int.h22 proxy_LOG(const char* fmt, ...);
25 do { if (proxy_log) proxy_LOG(__VA_ARGS__); } while (0)
Dproxy_common.c26 proxy_LOG(const char* fmt, ...) in proxy_LOG() function
55 proxy_LOG( "%s", stralloc_cstr(s) ); in hex_dump()