Searched refs:tempLastPath (Results 1 – 1 of 1) sorted by relevance
81 string tempLastPath = string(SEPARATOR) + lastPath; in AttachId() local82 auto lastPathPos = uriString.rfind(tempLastPath); in AttachId()84 uriString.replace(lastPathPos + 1, tempLastPath.size() - 1, newLastPath.c_str()); in AttachId()