Searched defs:CGroups (Results 1 – 2 of 2) sorted by relevance
95 struct CGroups { struct101 bool enabled;102 FilePath foreground_file;103 FilePath background_file;106 std::string group_prefix_token;109 std::string uclamp_min;110 std::string uclamp_max;112 CGroups() { in CGroups() function135 static FilePath GetForegroundCgroupDir(const std::string& token) { in GetForegroundCgroupDir()143 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()