Searched refs:O_SYNC (Results 1 - 23 of 23) sorted by relevance

/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dfcntl.h14 #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) macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dfcntl.h41 #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) macro
/external/strace/xlat/
H A Dopen_mode_flags.h28 #if defined(O_SYNC) || (defined(HAVE_DECL_O_SYNC) && HAVE_DECL_O_SYNC)
29 XLAT(O_SYNC),
/external/bison/lib/
H A Dfcntl.in.h276 #ifndef O_SYNC
277 # define O_SYNC 0
/external/libchrome/sandbox/linux/syscall_broker/
H A Dbroker_file_permission.cc185 O_SYNC | O_TRUNC;
H A Dbroker_file_permission_unittest.cc119 // O_SYNC can be defined as (__O_SYNC|O_DSYNC)
121 const int kSyncFlag = O_SYNC & ~O_DSYNC;
123 const int kSyncFlag = O_SYNC;
/external/bison/darwin-lib/
H A Dfcntl.h588 #ifndef O_SYNC
589 # define O_SYNC 0 macro
/external/bison/linux-lib/
H A Dfcntl.h588 #ifndef O_SYNC
589 # define O_SYNC 0 macro
/external/fio/engines/
H A Dglusterfs.c153 flags |= O_SYNC;
H A Dposixaio.c190 ret = aio_fsync(O_SYNC, aiocb);
/external/fio/os/
H A Dos-windows.h54 * Windows doesn't have O_DIRECT or O_SYNC, so define them
59 #define O_SYNC 0x2000000 macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_parameters_restrictions.cc195 const uint64_t kAllowedMask = O_ACCMODE | O_APPEND | O_NONBLOCK | O_SYNC |
/external/fio/
H A Dconfigure513 return aio_fsync(O_SYNC, &cb);
H A Dfilesetup.c546 flags |= O_SYNC;
H A Dverify.c1366 flags = O_CREAT | O_TRUNC | O_WRONLY | O_SYNC;
/external/autotest/client/tests/aiostress/
H A Daio-stress.c1281 printf("\t-S Use O_SYNC for writes\n");
1377 o_sync = O_SYNC;
/external/bison/
H A Dconfigure10066 O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 917 milliseconds