Searched refs:m_tempPath (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdata.cpp482 m_tempPath = path;
485 if (wxIsAbsolutePath(path)) m_tempPath = path;
486 else m_tempPath = wxGetCwd() + _T("/") + path;
488 if (m_tempPath[m_tempPath.length() - 1] != _T('/'))
489 m_tempPath << _T('/');
556 fi = fsys.OpenFile(m_tempPath + wxFileNameFromPath(bookfile.GetLocation()) + wxT(".cached"));
557 if (m_tempPath.empty() || fi == NULL ||
564 if (!m_tempPath.empty())
566 wxFileOutputStream *outs = new wxFileOutputStream(m_tempPath
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhelpdata.h235 wxString m_tempPath; member in class:wxHtmlHelpData

Completed in 67 milliseconds