Searched defs:cgrelpath (Results 1 - 2 of 2) sorted by relevance

/lxc/src/tests/
H A Dcgpath.c53 char *cgrelpath; local
68 cgrelpath = lxc_cmd_get_cgroup_path(c->name, c->config_path, "freezer");
69 if (!cgrelpath) {
73 if (!strstr(cgrelpath, relpath)) {
74 TSTERR("lxc_cmd_get_cgroup_path %s not in %s", relpath, cgrelpath);
114 free(cgrelpath);
/lxc/src/lxc/cgroups/
H A Dcgfs.c2504 char *cgabspath, *cgrelpath; local
2510 cgrelpath = lxc_cgroup_get_hierarchy_path_data("freezer", d);
2511 cgabspath = lxc_cgroup_find_abs_path("freezer", cgrelpath, true, NULL);

Completed in 31 milliseconds