Searched refs:PROCESSGROUP_CGROUP_PATH (Results 1 – 3 of 3) sorted by relevance
/system/core/libprocessgroup/ |
D | processgroup_priv.h | 20 #define PROCESSGROUP_CGROUP_PATH "/acct" macro 27 (sizeof(PROCESSGROUP_CGROUP_PATH) + \
|
D | cleanup.cpp | 28 memcpy(buf, PROCESSGROUP_CGROUP_PATH, sizeof(PROCESSGROUP_CGROUP_PATH)); in main()
|
D | processgroup.cpp | 51 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()
|