Searched refs:lastPathPos (Results 1 – 1 of 1) sorted by relevance
82 auto lastPathPos = uriString.rfind(tempLastPath); in AttachId() local84 uriString.replace(lastPathPos + 1, tempLastPath.size() - 1, newLastPath.c_str()); in AttachId()207 int lastPathPos = (int)uriString.rfind(string(SEPARATOR) + lastPath); in UriUpateLastPath() local208 if (lastPathPos == -1) { in UriUpateLastPath()213 uriString.replace(lastPathPos, lastPath.size() + 1, strUpdateLastPath); in UriUpateLastPath()