Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dtask_profiles.h133 static bool IsAppDependentPath(const std::string& path);
Dtask_profiles.cpp135 bool SetCgroupAction::IsAppDependentPath(const std::string& path) { in IsAppDependentPath() function in SetCgroupAction
142 if (IsAppDependentPath(path_)) { in SetCgroupAction()