Searched refs:g_updaterStage (Results 1 – 1 of 1) sorted by relevance
25 static std::ofstream g_updaterStage; variable41 g_updaterStage.open(stageFile.c_str(), std::ios::app | std::ios::out); in InitUpdaterLogger()80 if (g_updaterStage.is_open()) { in ~StageLogger()81 g_updaterStage << std::endl << std::flush; in ~StageLogger()124 return g_updaterStage << realTime << " " << g_logTag << " "; in OutputUpdaterStage()127 return g_updaterStage << realTime << " " << g_logTag << " status is : " << in OutputUpdaterStage()