Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Duart.c286 static FILE *posix_logfile; variable
290 posix_logfile = fopen(filename, "wt"); in otPlatDebugUart_logfile()
292 return posix_logfile ? OT_ERROR_NONE : OT_ERROR_FAILED; in otPlatDebugUart_logfile()
305 fp = posix_logfile; in otPlatDebugUart_putchar_raw()