HomeSort by relevance Sort by last modified time
    Searched refs:O_WRONLY (Results 26 - 50 of 399) sorted by null

12 3 4 5 6 7 8 91011>>

  /device/asus/grouper/power/
power.c 36 int fd = open(path, O_WRONLY);
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_posix.cc 96 lock_fd_ = open(lock_file_.value().c_str(), O_WRONLY | O_CREAT | O_TRUNC,
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_posix.cc 96 lock_fd_ = open(lock_file_.value().c_str(), O_WRONLY | O_CREAT | O_TRUNC,
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
logging.cc 90 return open(filename, O_WRONLY|O_CREAT|O_TRUNC, 0664);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
logging.cc 90 return open(filename, O_WRONLY|O_CREAT|O_TRUNC, 0664);
  /external/e2fsprogs/contrib/
make-sparse.c 58 fd = open(argv[1], O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777);
  /external/kernel-headers/original/asm-generic/
fcntl.h 20 #define O_WRONLY 00000001
  /external/lzma/CPP/Common/
C_FileIO.cpp 75 return OpenBinary(name, O_CREAT | O_EXCL | O_WRONLY);
  /external/qemu/hw/
goldfish_memlog.c 79 fd = open("mem.log", /* O_CREAT | */ O_TRUNC | O_WRONLY, 0644);
  /external/stlport/src/details/
fstream_unistd.cpp 53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
86 case O_WRONLY:
169 flags = O_WRONLY | O_CREAT | O_TRUNC;
173 flags = O_WRONLY | O_CREAT | O_APPEND;
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
86 case O_WRONLY:
169 flags = O_WRONLY | O_CREAT | O_TRUNC;
173 flags = O_WRONLY | O_CREAT | O_APPEND;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 10 #define O_WRONLY 00000001
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 10 #define O_WRONLY 00000001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 10 #define O_WRONLY 00000001
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 19 #define O_WRONLY 00000001

Completed in 1834 milliseconds

12 3 4 5 6 7 8 91011>>