Searched defs:O_SYNC (Results 1 - 11 of 11) 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/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/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/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/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 205 milliseconds