Home
last modified time | relevance | path

Searched refs:phyPath (Results 1 - 1 of 1) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp342 static bool AddPathMapForPathWildCard(uint32_t userId, const std::string &bundleName, const std::string &phyPath, in AddPathMapForPathWildCard() argument
349 if (phyPath.find(physicalPrefixEl1) == 0) { in AddPathMapForPathWildCard()
350 std::string relatePath = phyPath.substr(physicalPrefixEl1.size()); in AddPathMapForPathWildCard()
351 pathMap.insert({phyPath, BASE_EL1 + relatePath}); in AddPathMapForPathWildCard()
352 } else if (phyPath.find(physicalPrefixEl2) == 0) { in AddPathMapForPathWildCard()
353 std::string relatePath = phyPath.substr(physicalPrefixEl2.size()); in AddPathMapForPathWildCard()
354 pathMap.insert({phyPath, BASE_EL2 + relatePath}); in AddPathMapForPathWildCard()

Completed in 2 milliseconds