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

1 2 3 4

  /external/strace/xlat/
open_access_modes.h 15 #if defined(O_ACCMODE) || (defined(HAVE_DECL_O_ACCMODE) && HAVE_DECL_O_ACCMODE)
16 XLAT(O_ACCMODE),
  /toolchain/binutils/binutils-2.25/bfd/hosts/
alphavms.h 48 #ifndef O_ACCMODE
49 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /toolchain/binutils/binutils-2.25/ld/
sysdep.h 92 #ifndef O_ACCMODE
93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 50 #define O_ACCMODE _O_ACCMODE
  /external/bison/lib/
open.c 128 && ((flags & O_ACCMODE) == O_RDONLY
129 || (O_SEARCH != O_RDONLY && (flags & O_ACCMODE) == O_SEARCH)))
fcntl.in.h 284 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
285 # undef O_ACCMODE
286 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
  /system/update_engine/payload_consumer/
mtd_file_descriptor.cc 106 TEST_AND_RETURN_FALSE((flags & O_ACCMODE) != O_RDWR);
110 if ((flags & O_ACCMODE) == O_WRONLY) {
111 flags &= ~O_ACCMODE;
117 if ((flags & O_ACCMODE) == O_RDWR) {
184 TEST_AND_RETURN_FALSE((flags & O_ACCMODE) != O_RDWR);
192 if ((flags & O_ACCMODE) == O_WRONLY) {
  /external/libchrome/sandbox/linux/syscall_broker/
broker_file_permission.cc 142 const int access_mode = flags & O_ACCMODE;
180 const int creation_and_status_flags = flags & ~O_ACCMODE;
  /toolchain/binutils/binutils-2.25/bfd/
sysdep.h 108 #ifndef O_ACCMODE
109 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
fcntl.h 8 #define O_ACCMODE 00000003
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 18 #define O_ACCMODE 00000003
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/asm-generic/
fcntl.h 17 #define O_ACCMODE 00000003

Completed in 1901 milliseconds

1 2 3 4