HomeSort by relevance Sort by last modified time
    Searched refs:O_DSYNC (Results 26 - 50 of 51) sorted by null

12 3

  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm-generic/
fcntl.h 50 #ifndef O_DSYNC
51 #define O_DSYNC 00010000
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/asm-generic/
fcntl.h 50 #ifndef O_DSYNC
51 #define O_DSYNC 00010000
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/asm-generic/
fcntl.h 50 #ifndef O_DSYNC
51 #define O_DSYNC 00010000
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/asm-generic/
fcntl.h 50 #ifndef O_DSYNC
51 #define O_DSYNC 00010000
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/asm-generic/
fcntl.h 50 #ifndef O_DSYNC
51 #define O_DSYNC 00010000
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm-generic/
fcntl.h 50 #ifndef O_DSYNC
51 #define O_DSYNC 00010000
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm-generic/
fcntl.h 50 #ifndef O_DSYNC
51 #define O_DSYNC 00010000
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /libcore/ojluni/src/main/native/
io_util.h 37 #ifndef O_DSYNC
38 #define O_DSYNC O_FSYNC
40 #elif !defined(O_DSYNC) || !defined(O_SYNC)
42 #define O_DSYNC (0x2000)
zip_util.c 109 (flags & (O_SYNC | O_DSYNC)) ?
    [all...]
  /external/strace/xlat/
open_mode_flags.h 34 #if defined(O_DSYNC) || (defined(HAVE_DECL_O_DSYNC) && HAVE_DECL_O_DSYNC)
35 XLAT(O_DSYNC),
  /external/libchrome/sandbox/linux/syscall_broker/
broker_file_permission_unittest.cc 119 // O_SYNC can be defined as (__O_SYNC|O_DSYNC)
120 #ifdef O_DSYNC
121 const int kSyncFlag = O_SYNC & ~O_DSYNC;
138 #ifdef O_DSYNC
139 case O_DSYNC:
  /external/bison/lib/
fcntl.in.h 211 #ifndef O_DSYNC
212 # define O_DSYNC 0
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
mktemp.c 38 #define MKOTEMP_FLAGS (O_APPEND | O_CLOEXEC | O_DSYNC | O_RSYNC | O_SYNC)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 60 # define O_DSYNC O_SYNC /* Synchronize data. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 63 # define O_DSYNC 010000 /* Synchronize data. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 64 # define O_DSYNC 010000 /* Synchronize data. */
  /external/bison/darwin-lib/
fcntl.h 523 #ifndef O_DSYNC
524 # define O_DSYNC 0
  /external/bison/linux-lib/
fcntl.h 523 #ifndef O_DSYNC
524 # define O_DSYNC 0
  /frameworks/base/core/jni/
fd_utils-inl.h 135 // In particular, it can't set O_SYNC and O_DSYNC. We'll have to test for
148 static const int kOpenFlags = (O_RDONLY | O_WRONLY | O_RDWR | O_DSYNC | O_SYNC);
  /libcore/luni/src/main/java/android/system/
OsConstants.java 357 /** @hide */ public static final int O_DSYNC = placeholder();
    [all...]
  /hardware/qcom/keymaster/
keymaster_qcom.cpp 206 * O_DSYNC -> uncached memory
212 ion_fd = open("/dev/ion", O_RDONLY | O_DSYNC);
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 389 initConstant(env, c, "O_DSYNC", O_DSYNC);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp     [all...]
video_encoder_device_copper.cpp     [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp     [all...]

Completed in 2582 milliseconds

12 3