Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp47 const string NETWORK_ID_FLAG = "<networkId>"; variable
122 if (lowerPathHead.find(NETWORK_ID_FLAG) != string::npos) { in GetLowerPath()
123 lowerPathHead = lowerPathHead.replace(lowerPathHead.find(NETWORK_ID_FLAG), in GetLowerPath()
124 NETWORK_ID_FLAG.length(), networkId); in GetLowerPath()