HomeSort by relevance Sort by last modified time
    Searched refs:O_SYNC (Results 76 - 100 of 154) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 35 #define O_SYNC (__O_SYNC|O_DSYNC)
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 14 #define O_DSYNC 0x0010 /* used to be O_SYNC, see below */
24 * the O_SYNC flag. We continue to use the existing numerical value
26 * This new value is used to request true Posix O_SYNC semantics. It is
31 * wherever we do not care if O_DSYNC or O_SYNC is used.
36 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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/9/platforms/android-21/arch-mips/usr/include/asm/
fcntl.h 35 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm/
fcntl.h 35 #define O_SYNC (__O_SYNC|O_DSYNC)
  /system/core/toolbox/
bsd-compatibility.h 54 #define O_RSYNC O_SYNC
setkey.c 31 fd = open(TTYDEV, O_RDWR | O_SYNC);
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 80 #ifndef O_SYNC
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /external/kernel-headers/original/uapi/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/ndk/9/platforms/android-21/arch-arm/usr/include/asm-generic/
fcntl.h 80 #ifndef O_SYNC
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/asm-generic/
fcntl.h 80 #ifndef O_SYNC
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm-generic/
fcntl.h 80 #ifndef O_SYNC
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm-generic/
fcntl.h 80 #ifndef O_SYNC
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/asm-generic/
fcntl.h 80 #ifndef O_SYNC
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/asm-generic/
fcntl.h 80 #ifndef O_SYNC
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /external/strace/xlat/
open_mode_flags.h 22 #if defined(O_SYNC) || (defined(HAVE_DECL_O_SYNC) && HAVE_DECL_O_SYNC)
23 XLAT(O_SYNC),
  /bootable/recovery/uncrypt/
uncrypt.c 167 int fd = open(RECOVERY_COMMAND_FILE_TMP, O_WRONLY | O_CREAT | O_SYNC, S_IRUSR | S_IWUSR);
199 int mapfd = open(map_file, O_WRONLY | O_CREAT | O_SYNC, S_IRUSR | S_IWUSR);
246 wfd = open(blk_dev, O_WRONLY | O_SYNC);
334 int fd = open(v->blk_device, O_WRONLY | O_SYNC);
  /development/ndk/sources/android/libportable/arch-mips/
open.c 53 mipsflags |= O_SYNC;

Completed in 1169 milliseconds

1 2 34 5 6 7