Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKLog.cpp24 void CRKLog::Record(const tchar *lpFmt, ...) in Record() argument
28 va_start(ap, lpFmt); in Record()
30 vfprintf(stdout, lpFmt, ap); in Record()
H A DRKLog.h16 void Record(const tchar *lpFmt, ...);