MCPcopy Create free account
hub / github.com/apache/mesos / read

Function read

src/linux/cgroups.cpp:855–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853
854
855Try<string> read(
856 const string& hierarchy,
857 const string& cgroup,
858 const string& control)
859{
860 string path = path::join(hierarchy, cgroup, control);
861 return os::read(path);
862}
863
864
865Try<Nothing> write(

Callers 15

supportedFunction · 0.70
readMethod · 0.70
unmountAllFunction · 0.70
enterFunction · 0.70
executeMethod · 0.70
parseFunction · 0.70
cloneCpusetCpusMemsFunction · 0.70
hierarchiesFunction · 0.70
subsystemsFunction · 0.70
tasksFunction · 0.70
listenMethod · 0.70
stateFunction · 0.70

Calls 1

joinFunction · 0.50

Tested by

no test coverage detected