Home
last modified time | relevance | path

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

/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp788 static void DeduplicationPath(std::vector<std::string> &configPaths) in DeduplicationPath() argument
790 sort(configPaths.begin(), configPaths.end(), PathSortFunc); in DeduplicationPath()
791 auto it = unique(configPaths.begin(), configPaths.end(), [](const std::string &path1, const std::string &path2) { in DeduplicationPath()
794 configPaths.erase(it, configPaths.end()); in DeduplicationPath()

Completed in 2 milliseconds