Searched refs:strPath (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dconfig.cpp235 wxString strPath = strEntry.BeforeLast(wxCONFIG_PATH_SEPARATOR);
238 if ( strPath.empty() &&
241 strPath = wxCONFIG_PATH_SEPARATOR;
244 if ( !strPath.empty() )
246 if ( m_pContainer->GetPath() != strPath )
265 m_pContainer->SetPath(strPath);
H A Dfilefn.cpp1285 wxString strPath(pszPathName);
1291 while ( wxEndsWithPathSeparator(strPath) )
1293 size_t len = strPath.length();
1294 if ( len == 1 || (len == 3 && strPath[len - 2] == _T(':')) )
1297 strPath.Truncate(len - 1);
1303 if (strPath.length() == 2 && strPath[1u] == _T(':'))
1304 strPath << _T('.');
1311 DWORD ret = ::GetFileAttributes(strPath);
1316 APIRET rc = ::DosQueryPathInfo((PSZ)(WXSTRINGCAST strPath), FIL_STANDAR
[all...]
H A Dfileconf.cpp759 wxFileConfig::DoSetPath(const wxString& strPath, bool createMissingComponents) argument
763 if ( strPath.empty() ) {
768 if ( strPath[0] == wxCONFIG_PATH_SEPARATOR ) {
770 wxSplitPath(aParts, strPath);
775 strFullPath << wxCONFIG_PATH_SEPARATOR << strPath; local
804 void wxFileConfig::SetPath(const wxString& strPath) argument
806 DoSetPath(strPath, true /* create missing path components */);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregconf.cpp160 void wxRegConfig::SetPath(const wxString& strPath) argument
173 if ( strPath.empty() || (strPath[0] == wxCONFIG_PATH_SEPARATOR) ) {
175 wxSplitPath(aParts, strPath);
180 strFullPath << wxCONFIG_PATH_SEPARATOR << strPath; local
195 if ( strPath.empty() )
203 if ( strPath[0u] == wxCONFIG_PATH_SEPARATOR )
206 strFullPath = strPath;
216 strFullPath << strPath; local
H A Diniconf.cpp101 void wxIniConfig::SetPath(const wxString& strPath) argument
105 if ( strPath.empty() ) {
108 else if ( strPath[0u] == wxCONFIG_PATH_SEPARATOR ) {
110 wxSplitPath(aParts, strPath);
115 strFullPath << wxCONFIG_PATH_SEPARATOR << strPath; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Diniconf.cpp87 void wxIniConfig::SetPath(const wxString& strPath) argument
91 if ( strPath.empty() )
95 else if ( strPath[(size_t) 0] == wxCONFIG_PATH_SEPARATOR )
98 wxSplitPath(aParts, strPath);
104 strFullPath << wxCONFIG_PATH_SEPARATOR << strPath; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfileconf.h144 virtual void SetPath(const wxString& strPath);
210 bool DoSetPath(const wxString& strPath, bool createMissingComponents);
H A Dconfbase.h121 // otherwise it's a relative path. '..' is supported. If the strPath
123 virtual void SetPath(const wxString& strPath) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dprefconf.cpp97 void wxPrefConfig::SetPath(const wxString& strPath) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Diniconf.h55 virtual void SetPath(const wxString& strPath);
H A Dregconf.h48 virtual void SetPath(const wxString& strPath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprefconf.h40 virtual void SetPath(const wxString& strPath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Diniconf.h50 virtual void SetPath(const wxString& strPath);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.cpp111 inline void DoSplitPath(const wxString& strPath, wxString* path, wxString* name) argument
119 wxFileName::SplitPath(strPath, pVol, path, name, pExt, &hasExt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconfig.tex779 \func{void}{SetPath}{\param{const wxString\& }{strPath}}
782 otherwise it is a relative path. '..' is supported. If strPath doesn't

Completed in 93 milliseconds