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

/lxc/src/lxc/bdev/
H A Dlxcbtrfs.c602 char *tmppath; local
674 tmppath = get_btrfs_subvol_path(fd, sh.offset,
678 name_len, tmppath)) {
681 free(tmppath);
685 free(tmppath);
/lxc/src/lxc/
H A Dcommands.c81 char *tmppath; local
117 tmppath = alloca(tmplen);
118 ret = snprintf(tmppath, tmplen, "%s/%s", lxcpath, name);
123 hash = fnv_64a_buf(tmppath, ret, FNV1A_64_INIT);
H A Dlxccontainer.c2703 char tmppath[MAXPATHLEN]; local
2711 ret = snprintf(tmppath, MAXPATHLEN, "%s/%s/%s",
2715 ret = copy_file(it->elem, tmppath);
2719 it->elem = strdup(tmppath);

Completed in 1436 milliseconds