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

1 2

  /system/core/include/utils/
Compat.h 45 #define DEFFILEMODE 0666
  /system/core/toolbox/
bsd-compatibility.h 76 #define DEFFILEMODE (S_IRUSR | S_IWUSR)
  /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/current/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/current/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/current/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/current/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/current/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/current/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 */
  /prebuilts/ndk/current/platforms/android-23/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/current/platforms/android-23/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/current/platforms/android-23/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/current/platforms/android-23/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/current/platforms/android-23/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/current/platforms/android-23/arch-x86_64/usr/include/sys/
stat.h 143 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) /* 0666 */
  /prebuilts/ndk/current/platforms/android-24/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/current/platforms/android-24/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/current/platforms/android-24/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/current/platforms/android-24/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/current/platforms/android-24/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/current/platforms/android-24/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 114 int fd = TEMP_FAILURE_RETRY(open(path.c_str(), flags, DEFFILEMODE));
  /bionic/libc/stdio/
stdio.cpp 202 int fd = open(file, oflags, DEFFILEMODE);
293 int fd = open(file, oflags, DEFFILEMODE);
299 fd = open(file, oflags, DEFFILEMODE);
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.c 188 out.fd = ddop_open(out, out.name, O_RDWR | OFLAGS, DEFFILEMODE);
196 DEFFILEMODE);

Completed in 1227 milliseconds

1 2