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

  /bionic/libc/bionic/
open.cpp 46 int creat(const char* pathname, mode_t mode) { function
49 __strong_alias(creat64, creat);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fcntl.h 118 extern int creat (__const char *__file, __mode_t __mode) __nonnull ((1));
121 extern int __REDIRECT (creat, (__const char *__file, __mode_t __mode),
124 # define creat creat64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 165 extern int creat (__const char *__file, __mode_t __mode) __nonnull ((1));
168 extern int __REDIRECT (creat, (__const char *__file, __mode_t __mode),
171 # define creat creat64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 18 # define creat _creat macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 18 # define creat _creat macro
  /system/core/adb/
sysdeps.h 403 int fd = TEMP_FAILURE_RETRY( creat( path, mode ) );
411 #undef creat macro
412 #define creat ___xxx_creat macro

Completed in 1425 milliseconds