Home
last modified time | relevance | path

Searched defs:mknod (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/src/stat/
H A Dmknod.c6 int mknod(const char *path, mode_t mode, dev_t dev) in mknod() function
/third_party/musl/porting/liteos_a/user/src/stat/
H A Dmknod.c6 int mknod(const char *path, mode_t mode, dev_t dev) in mknod() function
/third_party/rust/crates/nix/src/sys/
H A Dstat.rs173 pub fn mknod<P: ?Sized + NixPath>( in mknod() functions
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h96 int (*mknod) (const char *, mode_t, dev_t); member
H A Dfuse_lowlevel.h276 void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name, member
/third_party/libfuse/include/
H A Dfuse.h354 int (*mknod) (const char *, mode_t, dev_t); member
H A Dfuse_lowlevel.h371 void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name, member
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1278 pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; in mknod() functions
/third_party/toybox/generated/
H A Dglobals.h1624 struct mknod_data mknod; member
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3774 pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; in mknod() functions

Completed in 25 milliseconds