Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_uri_utils.cpp76 string newLastPath(""); in AttachId() local
78 newLastPath = lastPath + string(SEPARATOR) + string(longBuffer); in AttachId()
84 uriString.replace(lastPathPos + 1, tempLastPath.size() - 1, newLastPath.c_str()); in AttachId()
136 string newLastPath(""); in UpdateId() local
137 newLastPath = string(longBuffer); in UpdateId()
139 return UriUpateLastPath(dataUri, newLastPath); in UpdateId()