Searched refs:chroot_env (Results 1 – 5 of 5) sorted by relevance
32 struct support_chroot *chroot_env = closure; in in_chroot() local33 xchroot (chroot_env->path_chroot); in in_chroot()56 struct support_chroot *chroot_env = support_chroot_create in do_test() local63 support_isolate_in_subprocess (in_chroot, chroot_env); in do_test()65 support_chroot_free (chroot_env); in do_test()
35 static struct support_chroot *chroot_env; variable45 chroot_env = support_chroot_create in prepare()48 char *path = xasprintf ("%s/etc/aliases", chroot_env->path_chroot); in prepare()58 path = xasprintf ("%s/etc/aliases.user1", chroot_env->path_chroot); in prepare()63 path = xasprintf ("%s/etc/aliases.user2", chroot_env->path_chroot); in prepare()68 path = xasprintf ("%s/etc/aliases.comment", chroot_env->path_chroot); in prepare()78 path = xasprintf ("%s/etc/aliases.many", chroot_env->path_chroot); in prepare()163 xchroot (chroot_env->path_chroot); in do_test()232 support_chroot_free (chroot_env); in do_test()
31 struct support_chroot *chroot_env; variable40 chroot_env = support_chroot_create in prepare()64 xchroot (chroot_env->path_chroot); in do_test()104 support_chroot_free (chroot_env); in do_test()
36 struct support_chroot *chroot_env; variable47 FILE *fp = xfopen (chroot_env->path_hosts, "w"); in write_hosts()79 chroot_env = support_chroot_create in prepare()98 xchroot (chroot_env->path_chroot); in subprocess_getent()196 xchroot (chroot_env->path_chroot); in subprocess_gethost()271 support_chroot_free (chroot_env); in do_test()
38 struct support_chroot *chroot_env; variable43 chroot_env = support_chroot_create in prepare()57 FILE *fp = xfopen (chroot_env->path_hosts, "w"); in write_hosts()252 xchroot (chroot_env->path_chroot); in subprocess()326 support_chroot_free (chroot_env); in do_test()
Completed in 11 milliseconds