Home
last modified time | relevance | path

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

/base/update/updater/services/include/updater/
Dupdater.h91 std::vector<uint64_t> GetStashSizeList(const std::vector<std::string> &packagePath);
/base/update/updater/services/
Dupdater.cpp106 std::vector<uint64_t> stashSizeList = GetStashSizeList(packagePath); in IsSpaceCapacitySufficient()
125 std::vector<uint64_t> GetStashSizeList(const std::vector<std::string> &packagePath) in GetStashSizeList() function