Searched refs:debugFilePath (Results 1 – 3 of 3) sorted by relevance
69 BOOL CLeashDebugWindow::Create(const LPCSTR debugFilePath) in BEGIN_MESSAGE_MAP()71 m_debugFilePath = debugFilePath; in BEGIN_MESSAGE_MAP()
41 BOOL Create(const LPCSTR debugFilePath);
1394 CHAR debugFilePath[MAX_PATH]; in OnDebugMode() local1395 *debugFilePath = 0; in OnDebugMode()1403 strcpy(debugFilePath, ptestenv); in OnDebugMode()1404 strcat(debugFilePath, "\\LshDebug.log"); in OnDebugMode()1405 remove(debugFilePath); in OnDebugMode()1444 m_pDebugWindow->Create(debugFilePath); in OnDebugMode()