Searched refs:enter_chroot (Results 1 – 2 of 2) sorted by relevance
386 pub fn enter_chroot(&mut self, dir: &Path) -> Result<()> { in enter_chroot() method698 j.enter_chroot(Path::new(".")).unwrap(); in chroot()
1669 static int enter_chroot(const struct minijail *j) in enter_chroot() function2249 if (j->flags.chroot && enter_chroot(j)) in minijail_enter()