HomeSort by relevance Sort by last modified time
    Searched refs:_O_RDWR (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 15 #define _O_RDWR 0x0002
25 #define _O_ACCMODE (_O_RDONLY|_O_WRONLY|_O_RDWR)
38 #define O_RDWR _O_RDWR
  /external/e2fsprogs/include/nonunix/
unistd.h 13 #define O_RDWR _O_RDWR
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
temporary_file.cc 35 int rdwr_flag = writeable ? _O_RDWR : _O_RDONLY;
utility.cc 137 flags |= read_only ? _O_RDONLY : _O_RDWR;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/X11/
Xw32defs.h 66 # define O_RDWR _O_RDWR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xw32defs.h 57 # define O_RDWR _O_RDWR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 57 # define O_RDWR _O_RDWR
  /external/chromium_org/chrome/installer/mini_installer/
decompress.cc 72 if (oflag & _O_RDWR) {
  /external/stlport/src/details/
fstream_stdio.cpp 72 # define O_RDWR _O_RDWR
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 72 # define O_RDWR _O_RDWR
  /external/qemu/android/utils/
path.c 531 fd = _open(dest, _O_RDWR | _O_BINARY);
  /external/chromium_org/ppapi/tests/
test_file_io.cc     [all...]

Completed in 872 milliseconds