Searched refs:relatePath (Results 1 - 1 of 1) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/quota/ |
H A D | quota_manager.cpp | 350 std::string relatePath = phyPath.substr(physicalPrefixEl1.size());
in AddPathMapForPathWildCard() local 351 pathMap.insert({phyPath, BASE_EL1 + relatePath});
in AddPathMapForPathWildCard() 353 std::string relatePath = phyPath.substr(physicalPrefixEl2.size());
in AddPathMapForPathWildCard() local 354 pathMap.insert({phyPath, BASE_EL2 + relatePath});
in AddPathMapForPathWildCard() 420 std::string relatePath = sandboxPathStr.substr(BASE_EL1.size());
in RecognizeSandboxWildCard() local 421 if (!GetPathWildCard(userId, bundleName, physicalPrefix + relatePath, phyIncludes, pathMap)) {
in RecognizeSandboxWildCard() 427 std::string relatePath = sandboxPathStr.substr(BASE_EL2.size());
in RecognizeSandboxWildCard() local 428 if (!GetPathWildCard(userId, bundleName, physicalPrefix + relatePath, phyIncludes, pathMap)) {
in RecognizeSandboxWildCard()
|
Completed in 2 milliseconds