Searched refs:cgroup2_path (Results 1 – 2 of 2) sorted by relevance
550 const std::string& cgroup2_path) { in update_value() argument551 FileDesc f(::open(cgroup2_path.c_str(), O_RDONLY | O_CLOEXEC)); in update_value()553 return StatusTuple(-1, "Unable to open %s", cgroup2_path.c_str()); in update_value()
367 StatusTuple update_value(const int& index, const std::string& cgroup2_path);