Home
last modified time | relevance | path

Searched refs:FindControllerByPath (Results 1 – 3 of 3) sorted by relevance

/system/core/libprocessgroup/
Dcgroup_map.h65 CgroupController FindControllerByPath(const std::string& path) const;
Dcgroup_map.cpp209 CgroupController CgroupMap::FindControllerByPath(const std::string& path) const { in FindControllerByPath() function in CgroupMap
Dprocessgroup.cpp90 auto controller = CgroupMap::GetInstance().FindControllerByPath(path); in CgroupGetControllerFromPath()