Searched refs:fdio_lldebug_printf (Results 1 – 2 of 2) sorted by relevance
59 void fdio_lldebug_printf(unsigned level, const char* fmt, ...) { in fdio_lldebug_printf() function
265 void fdio_lldebug_printf(unsigned level, const char* fmt, ...);266 #define LOG(level, fmt...) fdio_lldebug_printf(level, fmt)
Completed in 7 milliseconds