Lines Matching refs:chroot
112 /* prepare chroot with no /etc/localtime */
115 /* enter chroot */
116 ATF_REQUIRE_EQ(0, chroot("root"));
134 /* prepare chroot with bogus /etc/localtime */
140 /* enter chroot */
141 ATF_REQUIRE_EQ(0, chroot("root"));
158 /* prepare chroot */
162 /* enter chroot */
163 ATF_REQUIRE_EQ(0, chroot("root"));
174 * The parent creates a chroot containing only /etc/localtime, initially
175 * set to UTC. It then forks a child which enters the chroot, repeatedly
180 * the chroot to the next case in the list. Once it reaches the end of
224 /* prepare chroot */
245 ATF_REQUIRE_EQ(0, chroot("root"));
431 /* prepare chroot */
435 /* enter chroot */
436 ATF_REQUIRE_EQ(0, chroot("root"));