Searched refs:oldc (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/
H A Dlxccontainer.c2687 static int copyhooks(struct lxc_container *oldc, struct lxc_container *c) argument
2693 len = strlen(oldc->config_path) + strlen(oldc->name) + 3;
2695 ret = snprintf(cpath, len, "%s/%s/", oldc->config_path, oldc->name);
2727 if (!clone_update_unexp_hooks(c->lxc_conf, oldc->config_path,
2728 c->config_path, oldc->name, c->name)) {
2737 static int copy_fstab(struct lxc_container *oldc, struct lxc_container *c) argument
2740 char *oldpath = oldc->lxc_conf->fstab;

Completed in 1735 milliseconds