Searched refs:sLog (Results 1 – 3 of 3) sorted by relevance
114 const std::string sLog = "/data/updater/main_data/updater.tab"; variable116 bool ret = CopyUpdaterLogs(sLog, dLog);
64 bool CopyUpdaterLogs(const std::string &sLog, const std::string &dLog);
394 bool CopyUpdaterLogs(const std::string &sLog, const std::string &dLog) in CopyUpdaterLogs() argument414 FILE* sFp = fopen(sLog.c_str(), "r"); in CopyUpdaterLogs()