Searched defs:mknod (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/src/stat/ |
H A D | mknod.c | 6 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 D | mknod.c | 6 int mknod(const char *path, mode_t mode, dev_t dev) in mknod() function
|
/third_party/rust/crates/nix/src/sys/ |
H A D | stat.rs | 173 pub fn mknod<P: ?Sized + NixPath>( in mknod() functions
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 96 int (*mknod) (const char *, mode_t, dev_t); member
|
H A D | fuse_lowlevel.h | 276 void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name, member
|
/third_party/libfuse/include/ |
H A D | fuse.h | 354 int (*mknod) (const char *, mode_t, dev_t); member
|
H A D | fuse_lowlevel.h | 371 void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name, member
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1278 pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; in mknod() functions
|
/third_party/toybox/generated/ |
H A D | globals.h | 1624 struct mknod_data mknod; member
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3774 pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; in mknod() functions
|
Completed in 25 milliseconds