HomeSort by relevance Sort by last modified time
    Searched refs:PROCESSGROUP_CGROUP_PATH (Results 1 - 3 of 3) sorted by null

  /system/core/libprocessgroup/
processgroup_priv.h 20 #define PROCESSGROUP_CGROUP_PATH "/acct"
27 (sizeof(PROCESSGROUP_CGROUP_PATH) + \
cleanup.cpp 28 memcpy(buf, PROCESSGROUP_CGROUP_PATH, sizeof(PROCESSGROUP_CGROUP_PATH));
processgroup.cpp 49 PROCESSGROUP_CGROUP_PATH,
57 PROCESSGROUP_CGROUP_PATH,
189 DIR *root = opendir(PROCESSGROUP_CGROUP_PATH);
191 SLOGE("failed to open %s: %s", PROCESSGROUP_CGROUP_PATH, strerror(errno));
205 snprintf(path, sizeof(path), "%s/%s", PROCESSGROUP_CGROUP_PATH, dir->d_name);

Completed in 480 milliseconds