Home
last modified time | relevance | path

Searched refs:chroot_path (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/
Dnetwork_chroot.py157 self.chroot_path("var/log/*"))
166 def chroot_path(self, path): member in NetworkChroot
188 chroot_pid_file = self.chroot_path(pid_file)
219 os.mkdir(self.chroot_path(rootdir))
224 dst_path = self.chroot_path(rootdir)
239 dst_path = self.chroot_path(config_file)
266 with open(self.chroot_path(config_file), 'w') as f:
/external/minijail/
Dlibminijail.h144 char *minijail_get_original_path(struct minijail *j, const char *chroot_path);
/external/openssh/
Dsession.c1332 char *chroot_path, *tmp; in do_setusercontext() local
1366 chroot_path = percent_expand(tmp, "h", pw->pw_dir, in do_setusercontext()
1368 safely_chroot(chroot_path, pw->pw_uid); in do_setusercontext()
1370 free(chroot_path); in do_setusercontext()