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

/lxc/src/lxc/
H A Dlxccontainer.c2626 static int copy_file(const char *old, const char *new) function
2715 ret = copy_file(it->elem, tmppath);
2762 if (copy_file(oldpath, newpath) < 0) {
2797 if (copy_file(path0, path1) < 0) {
3453 return copy_file(commentfile, path) < 0 ? -1 : i;

Completed in 148 milliseconds