Function rustix::mount::open_tree

source ·
pub fn open_tree<Path: Arg>(
    dfd: BorrowedFd<'_>,
    filename: Path,
    flags: OpenTreeFlags
) -> Result<OwnedFd>
Available on crate feature mount only.
Expand description

open_tree(dfd, filename, flags)

References