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

/lxc/src/lxc/
H A Dlxccontainer.c2691 char *cpath; local
2694 cpath = alloca(len);
2695 ret = snprintf(cpath, len, "%s/%s/", oldc->config_path, oldc->name);
2706 if (strncmp(hookname, cpath, len - 1) != 0) {

Completed in 165 milliseconds