HomeSort by relevance Sort by last modified time
    Searched defs:mknod (Results 1 - 7 of 7) sorted by null

  /bionic/libc/bionic/
mknod.cpp 34 int mknod(const char* path, mode_t mode, dev_t dev) { function
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixCopyFile.java 338 mknod(target, attrs.mode(), attrs.rdev()); method
UnixNativeDispatcher.java 163 * mknod(const char* path, mode_t mode, dev_t dev)
165 static void mknod(UnixPath path, int mode, long dev) throws UnixException { method in class:UnixNativeDispatcher
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 338 extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev)
342 /* Like mknod, create a new device file with permission bits MODE and
381 the `stat' family of functions and `mknod' are in fact inline
401 /* Wrappers for stat and mknod system calls. */
454 /* Inlined versions of the real stat and mknod functions. */
487 __NTH (mknod (__const char *__path, __mode_t __mode, __dev_t __dev))
485 __NTH (mknod (__const char *__path, __mode_t __mode, __dev_t __dev)) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 338 extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev)
342 /* Like mknod, create a new device file with permission bits MODE and
381 the `stat' family of functions and `mknod' are in fact inline
401 /* Wrappers for stat and mknod system calls. */
454 /* Inlined versions of the real stat and mknod functions. */
487 __NTH (mknod (__const char *__path, __mode_t __mode, __dev_t __dev))
485 __NTH (mknod (__const char *__path, __mode_t __mode, __dev_t __dev)) function
  /external/valgrind/coregrind/
m_libcfile.c 139 SysRes VG_(mknod) ( const HChar* pathname, Int mode, UWord dev ) function
    [all...]
  /external/toybox/generated/
globals.h 86 // toys/lsb/mknod.c
1420 struct mknod_data mknod; member in union:global_union

Completed in 271 milliseconds