Searched refs:g_DebugLogFd (Results 1 – 1 of 1) sorted by relevance
26 static int32_t g_DebugLogFd = INVALID_FD; variable43 if (g_DebugLogFd != INVALID_FD) { in WriteLog()82 if (g_DebugLogFd != INVALID_FD) { in InitDebugLog()94 if (g_DebugLogFd <= 0) { in InitDebugLog()96 g_DebugLogFd = INVALID_FD; in InitDebugLog()102 close(g_DebugLogFd); in InitDebugLog()108 InitDebugFd(g_DebugLogFd); in InitDebugLog()115 if (g_DebugLogFd == INVALID_FD) { in CloseDebugLog()122 close(g_DebugLogFd); in CloseDebugLog()123 g_DebugLogFd = INVALID_FD; in CloseDebugLog()[all …]