Searched refs:groupPaths (Results 1 – 2 of 2) sorted by relevance
139 std::vector<string> &groupPaths) in GetGroupOfPaths() argument146 groupPaths.push_back(paths.at(i)); in GetGroupOfPaths()170 vector<string> groupPaths; in GetHardwareUsage() local171 GetGroupOfPaths(i, groupSize, paths, groupPaths); in GetHardwareUsage()174 std::thread([promise = std::move(promise), groupPaths]() mutable { in GetHardwareUsage()175 promise.set_value(CalcHardware(groupPaths)); in GetHardwareUsage()
33 std::vector<std::string> &groupPaths);