| 853 | |
| 854 | |
| 855 | Try<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 | |
| 865 | Try<Nothing> write( |
no test coverage detected