Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DFrameworkConfigurationLocation.cpp42 _strPath = xmlElement.getAttributeString("Path"); in fromXml()
44 if (_strPath.empty()) { in fromXml()
58 return strBaseFolder + "/" + _strPath; in getFilePath()
60 return _strPath; in getFilePath()
66 uint32_t uiSlashPos = _strPath.rfind('/', -1); in getFolderPath()
72 return strBaseFolder + "/" + _strPath.substr(0, uiSlashPos); in getFolderPath()
82 return _strPath.substr(0, uiSlashPos); in getFolderPath()
89 return _strPath[0] != '/'; in isPathRelative()
DFrameworkConfigurationLocation.h54 std::string _strPath; variable