Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/log/
H A Dlog.cpp43 const std::string &errorCodeFile) in InitUpdaterLogger() argument
48 g_errorCode.open(errorCodeFile.c_str(), std::ios::app | std::ios::out); in InitUpdaterLogger()
/ohos5.0/base/update/updater/services/include/log/
H A Dlog.h56 const std::string &errorCodeFile);