MCPcopy Create free account
hub / github.com/bytecodealliance/rustix / mkfifoat

Function mkfifoat

src/fs/at.rs:502–504  ·  view source on GitHub ↗
(dirfd: Fd, path: P, mode: Mode)

Source from the content-addressed store, hash-verified

500)))]
501#[inline]
502pub fn mkfifoat<P: path::Arg, Fd: AsFd>(dirfd: Fd, path: P, mode: Mode) -> io::Result<()> {
503 mknodat(dirfd, path, FileType::Fifo, mode, 0)
504}
505
506/// `fchownat(dirfd, path, owner, group, flags)`—Sets file or directory
507/// ownership.

Callers

nothing calls this directly

Calls 1

mknodatFunction · 0.70

Tested by

no test coverage detected