Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp343 …std::string physicalPrefixEl2 = PHY_APP + EL2 + FILE_SEPARATOR_CHAR + std::to_string(userId) + BAS… in AddPathMapForPathWildCard() local
348 } else if (phyPath.find(physicalPrefixEl2) == 0) { in AddPathMapForPathWildCard()
349 std::string relatePath = phyPath.substr(physicalPrefixEl2.size()); in AddPathMapForPathWildCard()