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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfileconf.h210 bool DoSetPath(const wxString& strPath, bool createMissingComponents);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp759 wxFileConfig::DoSetPath(const wxString& strPath, bool createMissingComponents) function in class:wxFileConfig
806 DoSetPath(strPath, true /* create missing path components */);
883 // special case: DoSetPath("") does work as it's equivalent to DoSetPath("/")
892 rc = self->DoSetPath(strName, false /* don't create missing components */);
920 if ( !self->DoSetPath(path, false /* don't create if doesn't exist */) )

Completed in 58 milliseconds