Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashDebugWindow.cpp71 m_debugFilePath = debugFilePath; in BEGIN_MESSAGE_MAP()
115 if (*m_debugFilePath != 0) in OnInitDialog()
116 SetDlgItemText(IDC_LOG_FILE_LOCATION_TEXT, m_debugFilePath); in OnInitDialog()
H A DLeashDebugWindow.h35 CString m_debugFilePath; variable