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

1 2

  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 22 #define O_SYNC 0x0010
  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 34 #define O_SYNC (__O_SYNC|O_DSYNC)
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 34 #define O_SYNC (__O_SYNC|O_DSYNC)
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 28 #ifndef O_SYNC
29 #define O_SYNC 00010000
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 39 #ifndef O_SYNC
40 #define O_SYNC 00010000
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 80 #ifndef O_SYNC
82 #define O_SYNC (__O_SYNC|O_DSYNC)
  /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)
  /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)
  /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;
fcntl.c 195 mipsflags |= O_SYNC;
233 if (flags & O_SYNC)
  /external/bison/lib/
fcntl.in.h 276 #ifndef O_SYNC
277 # define O_SYNC 0
  /external/bison/darwin-lib/
fcntl.h 588 #ifndef O_SYNC
589 # define O_SYNC 0
  /external/bison/linux-lib/
fcntl.h 588 #ifndef O_SYNC
589 # define O_SYNC 0
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c 57 int pmem_fd = open("/dev/pmem_adsp", O_RDWR|O_SYNC);
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_helper.c 57 int pmem_fd = open("/dev/pmem_adsp", O_RDWR|O_SYNC);
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 176 const uint64_t kAllowedMask = O_ACCMODE | O_APPEND | O_NONBLOCK | O_SYNC |
  /external/fio/engines/
posixaio.c 190 ret = aio_fsync(O_SYNC, aiocb);
  /external/fio/os/
os-windows.h 54 * Windows doesn't have O_DIRECT or O_SYNC, so define them
59 #define O_SYNC 0x2000000
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 128 O_NOFOLLOW | O_NONBLOCK | O_NDELAY | O_SYNC | O_TRUNC;
  /bootable/recovery/applypatch/
applypatch.c 312 int fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_SYNC, S_IRUSR | S_IWUSR);
417 int fd = open(partition, O_RDWR | O_SYNC);
943 output = open(outname, O_WRONLY | O_CREAT | O_TRUNC | O_SYNC,
    [all...]
  /bootable/recovery/minui/
graphics.c 361 gr_vt_fd = open("/dev/tty0", O_RDWR | O_SYNC);
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 448 mHalCamCtrl->mRecordingMemory.fd[cnt] = open("/dev/pmem_adsp", O_RDWR|O_SYNC);

Completed in 710 milliseconds

1 2