Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/log/
H A Dlog.cpp42 …InitUpdaterLogger(const std::string &tag, const std::string &logFile, const std::string &stageFile, in InitUpdaterLogger() argument
47 g_updaterStage.open(stageFile.c_str(), std::ios::app | std::ios::out); in InitUpdaterLogger()
/ohos5.0/base/update/updater/services/include/log/
H A Dlog.h55 …InitUpdaterLogger(const std::string &tag, const std::string &logFile, const std::string &stageFile,