Home
last modified time | relevance | path

Searched defs:CGroups (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/process/
Dprocess_linux.cc44 struct CGroups { struct
50 bool enabled;
51 base::FilePath foreground_file;
52 base::FilePath background_file;
54 CGroups() { in CGroups() argument
68 static CGroups& Get() { in Get()