Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashDebugWindow.cpp69 BOOL CLeashDebugWindow::Create(const LPCSTR debugFilePath) in BEGIN_MESSAGE_MAP()
71 m_debugFilePath = debugFilePath; in BEGIN_MESSAGE_MAP()
H A DLeashDebugWindow.h41 BOOL Create(const LPCSTR debugFilePath);
H A DLeashView.cpp1394 CHAR debugFilePath[MAX_PATH]; in OnDebugMode() local
1395 *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()