Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DParameterMgr.cpp590 …string strXmlStructureFilePath = pStructureDescriptionFileLocation->getFilePath(_strXmlConfigurati… in loadStructure() local
595 … CAutoLog autolog(pSystemClass, "Importing system structure from file " + strXmlStructureFilePath); in loadStructure()
597 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(strXmlStructureFilePath, true, true, strError); in loadStructure()