Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DFrameworkConfigurationLocation.cpp66 uint32_t uiSlashPos = _strPath.rfind('/', -1); in getFolderPath() local
70 if (uiSlashPos != (uint32_t)-1) { in getFolderPath()
72 return strBaseFolder + "/" + _strPath.substr(0, uiSlashPos); in getFolderPath()
80 assert(uiSlashPos != (uint32_t)-1); in getFolderPath()
82 return _strPath.substr(0, uiSlashPos); in getFolderPath()