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

  /external/compiler-rt/SDKs/linux/usr/include/sys/
stat.h 20 typedef unsigned int mode_t; typedef
22 int mkdir(const char *, mode_t);
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
stat.h 21 typedef uint16_t mode_t; typedef
23 int mkdir(const char *, mode_t);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
ostypes.h 14 typedef int mode_t; typedef
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_linux.cc 36 #define mode_t __kernel_mode_t macro
44 #undef mode_t macro
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
semaphore.h 126 typedef unsigned int mode_t; typedef
152 mode_t mode,
  /external/clang/test/Sema/
enable_if.c 5 typedef int mode_t; typedef
9 int open(const char *pathname, int flags, mode_t mode) __attribute__((overloadable)); // expected-note{{candidate function not viable: requires 3 arguments, but 2 were provided}}
  /bionic/libc/include/sys/
types.h 61 typedef __mode_t mode_t; typedef
  /development/ndk/platforms/android-3/include/sys/
types.h 63 typedef __kernel_mode_t mode_t; typedef
  /development/ndk/platforms/android-L/include/sys/
types.h 61 typedef __mode_t mode_t; typedef
  /external/clang/include/clang/Basic/
FileManager.h 33 typedef unsigned short mode_t; typedef
  /external/bison/lib/
config.in.h 2203 #undef mode_t macro
    [all...]

Completed in 1200 milliseconds