Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/log/
H A Dlog.cpp34 static std::ofstream g_errorCode; variable
48 g_errorCode.open(errorCodeFile.c_str(), std::ios::app | std::ios::out); in InitUpdaterLogger()
165 if (g_errorCode.is_open()) { in OutputErrorCode()
166 …return g_errorCode << realTime << " " << path << " " << line << " , error code is : " << code <<… in OutputErrorCode()