Searched refs:path_tmp (Results 1 – 1 of 1) sorted by relevance
65 char *path_tmp = xasprintf ("%s/tmp", chroot->path_chroot); in support_chroot_create() local66 xmkdir (path_tmp, 0777); in support_chroot_create()67 add_temp_file (path_tmp); in support_chroot_create()68 free (path_tmp); in support_chroot_create()
Completed in 5 milliseconds