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

/lxc/src/tests/
H A Dcgpath.c54 char relpath[PATH_MAX+1]; local
57 sprintf(relpath, "%s/%s", group ? group : "lxc", name);
73 if (!strstr(cgrelpath, relpath)) {
74 TSTERR("lxc_cmd_get_cgroup_path %s not in %s", relpath, cgrelpath);

Completed in 356 milliseconds