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

/lxc/src/lxc/
H A Dlxccontainer.c2836 char *p0 = alloca(l0 + 1); local
2840 snprintf(p0, l0, "%s/%s", c0->config_path, c0->name);
2843 if (!is_btrfs_fs(p0) || !is_btrfs_fs(p1))
2849 return btrfs_same_fs(p0, p1) == 0;

Completed in 22 milliseconds