Home
last modified time | relevance | path

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

/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp211 TCHAR szAppDataPath[MAX_PATH] = _T(""); in _open_reportfile() local
213 if ( GetCrashDataPath( szAppDataPath ) ) in _open_reportfile()
215 _tcscat( szAppDataPath, _T("\\crashdat") ); in _open_reportfile()
216 _tcscat( szAppDataPath, lpExt ); in _open_reportfile()
218 fp = _xfopen( szAppDataPath, lpMode ); in _open_reportfile()

Completed in 26 milliseconds