Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_uri_utils.cpp82 auto lastPathPos = uriString.rfind(tempLastPath); in AttachId() local
84 uriString.replace(lastPathPos + 1, tempLastPath.size() - 1, newLastPath.c_str()); in AttachId()
207 int lastPathPos = (int)uriString.rfind(string(SEPARATOR) + lastPath); in UriUpateLastPath() local
208 if (lastPathPos == -1) { in UriUpateLastPath()
213 uriString.replace(lastPathPos, lastPath.size() + 1, strUpdateLastPath); in UriUpateLastPath()