Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_uri_utils.cpp81 string tempLastPath = string(SEPARATOR) + lastPath; in AttachId() local
82 auto lastPathPos = uriString.rfind(tempLastPath); in AttachId()
84 uriString.replace(lastPathPos + 1, tempLastPath.size() - 1, newLastPath.c_str()); in AttachId()