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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fcntl.h 14 #define _O_WRONLY 0x0001
25 #define _O_ACCMODE (_O_RDONLY|_O_WRONLY|_O_RDWR)
37 #define O_WRONLY _O_WRONLY
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 56 # define O_WRONLY _O_WRONLY
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 56 # define O_WRONLY _O_WRONLY
  /external/marisa-trie/tests/
io-test.cc 103 _O_BINARY | _O_CREAT | _O_WRONLY | _O_TRUNC,
  /external/marisa-trie/v0_1_5/tests/
io-test.cc 104 _O_BINARY | _O_CREAT | _O_WRONLY | _O_TRUNC,
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 71 # define O_WRONLY _O_WRONLY

Completed in 63 milliseconds