Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp346 std::string relatePath = phyPath.substr(physicalPrefixEl1.size()); in AddPathMapForPathWildCard() local
347 pathMap.insert({phyPath, BASE_EL1 + relatePath}); in AddPathMapForPathWildCard()
349 std::string relatePath = phyPath.substr(physicalPrefixEl2.size()); in AddPathMapForPathWildCard() local
350 pathMap.insert({phyPath, BASE_EL2 + relatePath}); in AddPathMapForPathWildCard()
416 std::string relatePath = sandboxPathStr.substr(BASE_EL1.size()); in RecognizeSandboxWildCard() local
417 … if (!GetPathWildCard(userId, bundleName, physicalPrefix + relatePath, phyIncludes, pathMap)) { in RecognizeSandboxWildCard()
423 std::string relatePath = sandboxPathStr.substr(BASE_EL2.size()); in RecognizeSandboxWildCard() local
424 … if (!GetPathWildCard(userId, bundleName, physicalPrefix + relatePath, phyIncludes, pathMap)) { in RecognizeSandboxWildCard()