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

1 2 3 4 5 6 7 8

  /external/syslinux/com32/include/
fcntl.h 15 #define O_WRONLY 2
  /toolchain/binutils/binutils-2.25/ld/
sysdep.h 86 #ifndef O_WRONLY
87 #define O_WRONLY 1
93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /external/libxml2/win32/wince/
wincecompat.h 20 #define O_WRONLY 0x0001 /* open for writing only */
  /toolchain/binutils/binutils-2.25/bfd/
sysdep.h 102 #ifndef O_WRONLY
103 #define O_WRONLY 1
109 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 37 #define O_WRONLY _O_WRONLY
  /prebuilts/go/darwin-x86/src/os/
file.go 63 O_WRONLY int = syscall.O_WRONLY // open the file write-only.
  /prebuilts/go/linux-x86/src/os/
file.go 63 O_WRONLY int = syscall.O_WRONLY // open the file write-only.
  /development/ndk/platforms/android-9/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 65 #define O_WRONLY 0x00000001 ///< open for writing only
163 exactly one of { O_RDONLY, O_RDWR, O_WRONLY } in the value of oflags.
  /external/pdfium/third_party/libtiff/
tiffconf.h 19 # define O_WRONLY 0x0001 /* open for writing only */
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 48 static final int O_WRONLY = OsConstants.O_WRONLY;
  /prebuilts/go/darwin-x86/src/syscall/
const_plan9.go 8 O_WRONLY = 1
  /prebuilts/go/linux-x86/src/syscall/
const_plan9.go 8 O_WRONLY = 1
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001

Completed in 760 milliseconds

1 2 3 4 5 6 7 8