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

1 2 3 4 5

  /bionic/libc/kernel/arch-mips/asm/
fcntl.h 22 #define O_SYNC 0x0010
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 22 #define O_SYNC 0x0010
  /external/kernel-headers/original/asm-mips/
fcntl.h 13 #define O_SYNC 0x0010
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 31 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
44 #define O_SYNC 010000
45 #define O_FSYNC O_SYNC
57 We define the symbols here but let them do the same as O_SYNC since
60 # define O_DSYNC O_SYNC /* Synchronize data. */
61 # define O_RSYNC O_SYNC /* Synchronize read operations. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 31 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
44 #define O_SYNC 010000
45 #define O_FSYNC O_SYNC
57 We define the symbols here but let them do the same as O_SYNC since
60 # define O_DSYNC O_SYNC /* Synchronize data. */
61 # define O_RSYNC O_SYNC /* Synchronize read operations. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 31 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
44 #define O_SYNC 010000
45 #define O_FSYNC O_SYNC
57 We define the symbols here but let them do the same as O_SYNC since
60 # define O_DSYNC O_SYNC /* Synchronize data. */
61 # define O_RSYNC O_SYNC /* Synchronize read operations. */
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 22 #define O_SYNC 0x0010
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 22 #define O_SYNC 0x0010
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 22 #define O_SYNC 0x0010
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 22 #define O_SYNC 0x0010
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 22 #define O_SYNC 0x0010
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 80 #ifndef O_SYNC
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /external/kernel-headers/original/asm-generic/
fcntl.h 41 #define O_DSYNC 00010000 /* used to be O_SYNC, see below */
67 * the O_SYNC flag. We continue to use the existing numerical value
69 * This new value is used to request true Posix O_SYNC semantics. It is
74 * wherever we do not care if O_DSYNC or O_SYNC is used.
78 #ifndef O_SYNC
80 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 6 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
30 #ifndef O_SYNC
31 #define O_SYNC 00010000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 6 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
30 #ifndef O_SYNC
31 #define O_SYNC 00010000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 6 /* open/fcntl - O_SYNC is only implemented on blocks devices and on files
30 #ifndef O_SYNC
31 #define O_SYNC 00010000
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000

Completed in 437 milliseconds

1 2 3 4 5