Searched defs:CGroups (Results 1 – 2 of 2) sorted by relevance
89 struct CGroups { struct95 bool enabled;96 FilePath foreground_file;97 FilePath background_file;100 std::string group_prefix_token;103 std::string uclamp_min;104 std::string uclamp_max;106 CGroups() { in CGroups() argument129 static FilePath GetForegroundCgroupDir(const std::string& token) { in GetForegroundCgroupDir()137 static FilePath GetForegroundCgroupFile(const std::string& token) { in GetForegroundCgroupFile()[all …]
44 struct CGroups { struct50 bool enabled;51 base::FilePath foreground_file;52 base::FilePath background_file;54 CGroups() { in CGroups() function68 static CGroups& Get() { in Get()