Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKLog.cpp39 CRKLog::CRKLog(string logFilePath, string logFileName, bool enable) in CRKLog() argument
48 if (!opendir(logFilePath.c_str())) { in CRKLog()
51 if (logFilePath[logFilePath.size() - 1] != '/') { in CRKLog()
52 logFilePath += '/'; in CRKLog()
54 m_path = logFilePath; in CRKLog()
H A DRKLog.h22 CRKLog(string logFilePath, string logFileName, bool enable = false);