Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp113 lowerPathHead = lowerPathHead.replace(lowerPathHead.find(CURRENT_USER_ID_FLAG), in GetLowerPath()
117 if (lowerPathHead.find(PACKAGE_NAME_FLAG) != string::npos) { in GetLowerPath()
118 lowerPathHead = lowerPathHead.replace(lowerPathHead.find(PACKAGE_NAME_FLAG), in GetLowerPath()
122 if (lowerPathHead.find(NETWORK_ID_FLAG) != string::npos) { in GetLowerPath()
123 lowerPathHead = lowerPathHead.replace(lowerPathHead.find(NETWORK_ID_FLAG), in GetLowerPath()
127 return lowerPathHead + lowerPathTail; in GetLowerPath()
335 lowerPathHead = it->second; in DoGetPhysicalPath()
363 string lowerPathHead = ""; in GetPhysicalPath() local
366 if (lowerPathHead == "") { in GetPhysicalPath()
399 string lowerPathHead = ""; in GetBackupPhysicalPath() local
[all …]