Home
last modified time | relevance | path

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

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