Home
last modified time | relevance | path

Searched refs:cgroup2_path (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/api/
DBPFTable.cc550 const std::string& cgroup2_path) { in update_value() argument
551 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()
DBPFTable.h367 StatusTuple update_value(const int& index, const std::string& cgroup2_path);