Home
last modified time | relevance | path

Searched defs:chroot (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/linux/
Dchroot.c5 int chroot(const char *path) in chroot() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs1287 pub fn chroot(name: *const ::c_char) -> ::c_int; in chroot() function