Searched defs:fullpath (Results 1 - 2 of 2) sorted by relevance
/lxc/src/lxc/tools/ |
H A D | lxc_start.c | 64 char *fullpath = NULL; local 77 fullpath = realpath(path, NULL); 78 if (!fullpath) { 83 *confpath = strdup(fullpath); 85 ERROR("failed to dup string '%s'", fullpath); 92 free(fullpath);
|
/lxc/src/lxc/cgroups/ |
H A D | cgfsng.c | 932 char *fullpath = must_make_path(mountpoint, path, NULL); local 935 ret = access(fullpath, W_OK); 936 free(fullpath); 1413 char *fullpath = must_make_path(hierarchies[i]->fullcgpath, local 1415 if (lxc_write_to_file(fullpath, pidstr, len, false) != 0) { 1416 SYSERROR("Failed to enter %s", fullpath); 1417 free(fullpath); 1420 free(fullpath); 1455 char *fullpath, *path = hierarchies[i]->fullcgpath; local 1474 fullpath 1741 char *fullpath = must_make_path(hierarchies[i]->mountpoint, local 1785 char *fullpath; local 1836 char *path, *fullpath; local 1878 char *fullpath = build_full_cgpath_from_monitorpath(h, path, filename); local 1910 char *fullpath = build_full_cgpath_from_monitorpath(h, path, filename); local 1937 char *fullpath = must_make_path(h->fullcgpath, filename, NULL); local [all...] |
Completed in 527 milliseconds