Home
last modified time | relevance | path

Searched defs:mknod (Results 1 – 14 of 14) sorted by relevance

/external/strace/
Dmknod.c59 SYS_FUNC(mknod) in SYS_FUNC() argument
/external/rust/crates/nix/src/sys/
Dstat.rs44 pub fn mknod<P: ?Sized + NixPath>(path: &P, kind: SFlag, perm: Mode, dev: dev_t) -> Result<()> { in mknod() function
/external/libfuse/include/
Dfuse_lowlevel.h348 void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name, member
Dfuse.h329 int (*mknod) (const char *, mode_t, dev_t); member
/external/vm_tools/p9/src/server/
Dmod.rs705 fn mknod(&mut self, _mknod: &Tmknod) -> io::Result<Rmknod> { in mknod() method
/external/crosvm/fuse/src/
Dfilesystem.rs516 fn mknod( in mknod() method
Dserver.rs329 fn mknod<R: Reader, W: Writer>(&self, in_header: InHeader, mut r: R, w: W) -> Result<usize> { in mknod() method
/external/crosvm/devices/src/virtio/fs/
Dpassthrough.rs1623 fn mknod( in mknod() method
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py4259 def mknod(self, path, mode=None, device=0, *, dir_fd=None): member in FakeOsModule
/external/rust/crates/libc/src/unix/
Dmod.rs1217 pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; in mknod() function
/external/toybox/android/linux/generated/
Dglobals.h1577 struct mknod_data mknod; member
/external/toybox/android/device/generated/
Dglobals.h1577 struct mknod_data mknod; member
/external/toybox/android/mac/generated/
Dglobals.h1577 struct mknod_data mknod; member
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3754 pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; in mknod() function