Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp825 std::string excludeStr = exclude; in GetBundleStatsForIncreaseEach() local
826 if (excludeStr.front() != FILE_SEPARATOR_CHAR) { in GetBundleStatsForIncreaseEach()
827 excludeStr = FILE_SEPARATOR_CHAR + excludeStr; in GetBundleStatsForIncreaseEach()
830 ConvertSandboxRealPath(userId, bundleName, excludeStr, phyExcludes, pathMap); in GetBundleStatsForIncreaseEach()