Searched refs:szTempPath (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 151 TCHAR szTempPath[MAX_PATH]; in _tmpfile() local 153 if ( GetTempPath( elementsof(szTempPath), szTempPath ) ) in _tmpfile() 157 if ( GetTempFileName( szTempPath, TEXT("CRT"), 0, szFileName ) ) in _tmpfile() 657 TCHAR szTempPath[MAX_PATH]; in WriteReportFile() local 659 if ( GetTempPath( elementsof(szTempPath), szTempPath ) ) in WriteReportFile() 663 if ( GetTempFileName( szTempPath, TEXT("RPM"), 0, szFileName ) ) in WriteReportFile() 1916 TCHAR szTempPath[MAX_PATH]; in WriteDumpFile() local 1919 if ( GetCrashDataPath( szTempPath ) ) in WriteDumpFile() 1924 _tcscpy( szFileName, szTempPath ); in WriteDumpFile() 2180 TCHAR szTempPath[MAX_PATH]; in WriteCommentFile() local [all …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | sendreportw32.cxx | 194 TCHAR szTempPath[MAX_PATH]; in SendReport() local 197 GetTempPath( elementsof(szTempPath), szTempPath ); in SendReport() 198 GetTempFileName( szTempPath, TEXT("DSC"), 0, szFileName ); in SendReport()
|
Completed in 28 milliseconds