Searched refs:aParts (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Diniconf.cpp103 wxArrayString aParts; local
110 wxSplitPath(aParts, strPath);
116 wxSplitPath(aParts, strFullPath);
119 size_t nPartsCount = aParts.Count();
127 m_strGroup = aParts[0u];
131 m_strPath << aParts[nPart]; local
H A Dregconf.cpp169 wxArrayString aParts; local
175 wxSplitPath(aParts, strPath);
181 wxSplitPath(aParts, strFullPath);
187 for ( size_t n = 0; n < aParts.Count(); n++ ) {
188 strRegPath << '\\' << aParts[n]; local
189 m_strPathAlt << wxCONFIG_PATH_SEPARATOR << aParts[n]; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Diniconf.cpp89 wxArrayString aParts; local
98 wxSplitPath(aParts, strPath);
105 wxSplitPath(aParts, strFullPath);
108 size_t nPartsCount = aParts.Count();
118 m_strGroup = aParts[(size_t) 0];
123 m_strPath << aParts[nPart]; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dconfig.cpp455 void wxSplitPath(wxArrayString& aParts, const wxChar *sz)
457 aParts.clear();
468 if ( aParts.size() == 0 )
471 aParts.erase(aParts.end() - 1);
476 aParts.push_back(strCurrent);
H A Dfileconf.cpp761 wxArrayString aParts; local
770 wxSplitPath(aParts, strPath);
776 wxSplitPath(aParts, strFullPath);
782 for ( n = 0; n < aParts.Count(); n++ ) {
783 wxFileConfigGroup *pNextGroup = m_pCurrentGroup->FindSubgroup(aParts[n]);
789 pNextGroup = m_pCurrentGroup->AddSubgroup(aParts[n]);
797 for ( n = 0; n < aParts.Count(); n++ ) {
798 m_strPath << wxCONFIG_PATH_SEPARATOR << aParts[n]; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dconfbase.h354 WXDLLIMPEXP_BASE void wxSplitPath(wxArrayString& aParts, const wxChar *sz);

Completed in 107 milliseconds