HomeSort by relevance Sort by last modified time
    Searched refs:DEFFILEMODE (Results 1 - 22 of 22) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fopen.c 54 if ((f = open(file, oflags, DEFFILEMODE)) < 0) {
freopen.c 90 f = open(file, oflags, DEFFILEMODE);
96 f = open(file, oflags, DEFFILEMODE);
  /system/core/include/utils/
Compat.h 41 #define DEFFILEMODE 0666
  /system/core/toolbox/
bsd-compatibility.h 76 #define DEFFILEMODE (S_IRUSR | S_IWUSR)
  /development/ndk/platforms/android-21/arch-p/include/sys/
stat.h 74 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
  /development/ndk/platforms/android-21/include/sys/
stat.h 143 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
stat.h 143 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
stat.h 143 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
stat.h 143 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
stat.h 143 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
stat.h 143 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
stat.h 143 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
  /bionic/libc/include/sys/
stat.h 135 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
  /system/core/base/
file.cpp 113 DEFFILEMODE));
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.c 188 out.fd = ddop_open(out, out.name, O_RDWR | OFLAGS, DEFFILEMODE);
196 DEFFILEMODE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 201 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 203 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 203 # define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666*/
  /external/mksh/src/
sh.h 338 #ifndef DEFFILEMODE
339 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
    [all...]
funcs.c     [all...]
  /external/elfutils/src/src/
ar.c     [all...]
ldgeneric.c     [all...]

Completed in 3916 milliseconds