Home
last modified time | relevance | path

Searched refs:_strXmlConfigurationFilePath (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/parameter/
DParameterMgr.cpp331 _strXmlConfigurationFilePath(strConfigurationFilePath), in CParameterMgr()
372 std::string::size_type slashPos = _strXmlConfigurationFilePath.rfind('/', -1); in CParameterMgr()
377 _strXmlConfigurationFolderPath = _strXmlConfigurationFilePath.substr(0, slashPos); in CParameterMgr()
539 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(_strXmlConfigurationFilePath, true, true, strError); in loadFrameworkConfiguration()
DParameterMgr.h690 std::string _strXmlConfigurationFilePath; // Configuration file path variable