Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dprocessgroup_priv.h20 #define PROCESSGROUP_CGROUP_PATH "/acct" macro
27 (sizeof(PROCESSGROUP_CGROUP_PATH) + \
Dcleanup.cpp28 memcpy(buf, PROCESSGROUP_CGROUP_PATH, sizeof(PROCESSGROUP_CGROUP_PATH)); in main()
Dprocessgroup.cpp51 PROCESSGROUP_CGROUP_PATH, in convertUidToPath()
59 PROCESSGROUP_CGROUP_PATH, in convertUidPidToPath()
191 DIR *root = opendir(PROCESSGROUP_CGROUP_PATH); in removeAllProcessGroups()
193 SLOGE("failed to open %s: %s", PROCESSGROUP_CGROUP_PATH, strerror(errno)); in removeAllProcessGroups()
207 snprintf(path, sizeof(path), "%s/%s", PROCESSGROUP_CGROUP_PATH, dir->d_name); in removeAllProcessGroups()