Home
last modified time | relevance | path

Searched refs:enter_chroot (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/io_jail/src/
Dlib.rs386 pub fn enter_chroot(&mut self, dir: &Path) -> Result<()> { in enter_chroot() method
698 j.enter_chroot(Path::new(".")).unwrap(); in chroot()
/external/minijail/
Dlibminijail.c1669 static int enter_chroot(const struct minijail *j) in enter_chroot() function
2249 if (j->flags.chroot && enter_chroot(j)) in minijail_enter()