Home
last modified time | relevance | path

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

/rkdeveloptool/
H A DRKLog.cpp76 bool CRKLog::Write(string text) in Write() argument
94 text = szDateTime + text + "\r\n"; in Write()
95 fwrite(text.c_str(), 1, text.size() * sizeof(char), file); in Write()
H A DRKLog.h33 bool Write(string text);