Searched refs:m_Path (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/common/
H A Dfilesys.cpp332 m_Path = MakeCorrectPath(location);
336 if (m_Path.length() > 0 && m_Path.Last() != wxT('/') && m_Path.Last() != wxT(':'))
337 m_Path << wxT('/');
342 for (i = m_Path.length()-1; i >= 0; i--)
344 if (m_Path[(unsigned int) i] == wxT('/'))
346 if ((i > 1) && (m_Path[(unsigned int) (i-1)] == wxT('/')) && (m_Path[(unsigned int) (i-2)] == wxT(':')))
357 else if (m_Path[(unsigne
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilesys.h189 // (so ChangePathTo("dir/subdir/xh.htm") sets m_Path to "dir/subdir/")
192 wxString GetPath() const {return m_Path;}
233 wxString m_Path; member in class:wxFileSystem

Completed in 121 milliseconds