Home
last modified time | relevance | path

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

/base/update/updater/utils/
Dutils.cpp53 std::string updaterLogPath = std::string(UPDATER_LOG); in SaveLogs() local
57 bool ret = CopyUpdaterLogs(TMP_LOG, updaterLogPath); in SaveLogs()
63 chmod(updaterLogPath.c_str(), mode); in SaveLogs()