Searched refs:uiSlashPos (Results 1 – 1 of 1) sorted by relevance
66 uint32_t uiSlashPos = _strPath.rfind('/', -1); in getFolderPath() local70 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()