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

/lxc/src/lxc/
H A Dlxccontainer.c1025 const char *rpath = c->lxc_conf->rootfs.path; local
1026 len = strlen(rpath) + 1;
1028 ret = snprintf(dest, len, "%s", rpath);

Completed in 15 milliseconds