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

/external/autotest/client/cros/
H A Dnetwork_chroot.py157 self.chroot_path("var/log/*"))
166 def chroot_path(self, path): member in class: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/
H A Dlibminijail.h107 * @chroot_path path inside of the chroot() to.
114 char *minijail_get_original_path(struct minijail *j, const char *chroot_path);
/external/openssh/
H A Dsession.c1494 char *chroot_path, *tmp; local
1531 chroot_path = percent_expand(tmp, "h", pw->pw_dir,
1533 safely_chroot(chroot_path, pw->pw_uid);
1535 free(chroot_path);

Completed in 3226 milliseconds