HomeSort by relevance Sort by last modified time
    Searched defs:O_RDWR (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/syslinux/com32/include/
fcntl.h 16 #define O_RDWR 3
  /toolchain/binutils/binutils-2.27/ld/
sysdep.h 89 #ifndef O_RDWR
90 #define O_RDWR 2
93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /external/libxml2/win32/wince/
wincecompat.h 21 #define O_RDWR 0x0002 /* open for reading and writing */
  /toolchain/binutils/binutils-2.27/bfd/
sysdep.h 105 #ifndef O_RDWR
106 #define O_RDWR 2
109 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /toolchain/binutils/binutils-2.27/binutils/
sysdep.h 124 #ifndef O_RDWR
125 #define O_RDWR 2
  /external/e2fsprogs/include/nonunix/
unistd.h 13 #define O_RDWR _O_RDWR
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 38 #define O_RDWR _O_RDWR
  /prebuilts/go/darwin-x86/src/os/
file.go 66 // Exactly one of O_RDONLY, O_WRONLY, or O_RDWR must be specified.
69 O_RDWR int = syscall.O_RDWR // open the file read-write.
256 // O_RDWR.
259 return OpenFile(name, O_RDWR|O_CREATE|O_TRUNC, 0666)
  /prebuilts/go/linux-x86/src/os/
file.go 66 // Exactly one of O_RDONLY, O_WRONLY, or O_RDWR must be specified.
69 O_RDWR int = syscall.O_RDWR // open the file read-write.
256 // O_RDWR.
259 return OpenFile(name, O_RDWR|O_CREATE|O_TRUNC, 0666)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 66 #define O_RDWR 0x00000002 ///< open for reading and writing
163 exactly one of { O_RDONLY, O_RDWR, O_WRONLY } in the value of oflags.
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 50 static final int O_RDWR = OsConstants.O_RDWR;
  /prebuilts/go/darwin-x86/src/syscall/
const_plan9.go 9 O_RDWR = 2
syscall_nacl.go 112 O_RDWR = 2
  /prebuilts/go/linux-x86/src/syscall/
const_plan9.go 9 O_RDWR = 2
syscall_nacl.go 112 O_RDWR = 2
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 25 #define O_RDWR 00000002
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 22 #define O_RDWR 00000002
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 57 # define O_RDWR _O_RDWR
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 21 #define O_RDWR 00000002
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 36 #define O_RDWR 02
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 37 #define O_RDWR 02
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 160 O_RDWR = 2
  /external/python/cpython2/Lib/plat-atheos/
IN.py 619 O_RDWR = 02
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 567 O_RDWR = 2
  /libcore/luni/src/main/java/android/system/
OsConstants.java 377 public static final int O_RDWR = placeholder();
    [all...]

Completed in 414 milliseconds

1 2 3 4