HomeSort by relevance Sort by last modified time
    Searched defs:CLogFile (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/npapi/npspy/common/
logfile.cpp 43 CLogFile::CLogFile() :
49 CLogFile::~CLogFile()
55 BOOL CLogFile::create(char * filename, BOOL delete_existing)
66 void CLogFile::close()
75 DWORD CLogFile::write(const std::string& buf)
80 void CLogFile::flush()
  /external/chromium_org/third_party/npapi/npspy/include/
logfile.h 43 class CLogFile
50 CLogFile();
51 ~CLogFile();

Completed in 136 milliseconds