Home
last modified time | relevance | path

Searched defs:excludesMap (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp514 static bool ExcludeFilter(std::map<std::string, bool> &excludesMap, const std::string &path) in ExcludeFilter()
547 …::string, std::string> &pathMap, std::ofstream &statFile, std::map<std::string, bool> &excludesMap) in CheckIfDirForIncludes()
596 std::ofstream &statFile, std::map<std::string, bool> &excludesMap) in AddOuterDirIntoFileStat()
638 std::ofstream &statFile, std::map<std::string, bool> &excludesMap, BundleStatsParas &paras) in InsertStatFile()
655 std::ofstream &statFile, std::map<std::string, bool> &excludesMap) in GetIncludesFileStats()
712 static void SetExcludePathMap(std::string &excludePath, std::map<std::string, bool> &excludesMap) in SetExcludePathMap()
737 std::map<std::string, bool> excludesMap; in ScanExtensionPath() local