HomeSort by relevance Sort by last modified time
    Searched refs:O_EXCL (Results 51 - 75 of 181) sorted by null

1 23 4 5 6 7 8

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm-generic/
fcntl.h 24 #ifndef O_EXCL
25 #define O_EXCL 00000200
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm-generic/
fcntl.h 24 #ifndef O_EXCL
25 #define O_EXCL 00000200
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 24 #ifndef O_EXCL
25 #define O_EXCL 00000200
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 24 #ifndef O_EXCL
25 #define O_EXCL 00000200
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 24 #ifndef O_EXCL
25 #define O_EXCL 00000200
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 24 #ifndef O_EXCL
25 #define O_EXCL 00000200
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
fcntl.h 24 #ifndef O_EXCL
25 #define O_EXCL 00000200
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
fcntl.h 24 #ifndef O_EXCL
25 #define O_EXCL 00000200
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
fcntl.h 24 #ifndef O_EXCL
25 #define O_EXCL 00000200
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
flags.c 103 o |= O_EXCL;
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 39 #ifndef O_EXCL
40 #define O_EXCL 0200
  /development/ndk/sources/android/libportable/arch-x86/
open.c 30 x86flags |= O_EXCL;
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_posix.cc 72 lock_fd_ = open(old_lock_file_.value().c_str(), O_CREAT | O_EXCL, 0644);
  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_posix.cc 72 lock_fd_ = open(old_lock_file_.value().c_str(), O_CREAT | O_EXCL, 0644);
  /external/lzma/CPP/Common/
C_FileIO.cpp 75 return OpenBinary(name, O_CREAT | O_EXCL | O_WRONLY);
  /external/valgrind/main/drd/tests/
sem_open.c 63 s_sem = sem_open(semaphore_name, O_CREAT | O_EXCL, 0600, 1);
  /external/valgrind/main/memcheck/tests/
pointer-trace.c 64 fd = open("./pointer-trace-test-file", O_RDWR | O_CREAT | O_EXCL, 0600);
  /external/chromium/base/
platform_file_posix.cc 37 open_flags = O_CREAT | O_EXCL;
80 open_flags |= O_EXCL; // together with O_CREAT implies O_NOFOLLOW
dir_reader_posix_unittest.cc 39 const int fd = open(buf, O_CREAT | O_RDONLY | O_EXCL, 0600);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
googletest.cc 159 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777);
174 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777);
  /external/protobuf/src/google/protobuf/testing/
googletest.cc 159 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777);
174 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777);
  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.c 193 __GT_FILE: create the file using open(O_CREAT|O_EXCL)
269 fd = small_open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
273 fd = large_open (tmpl, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
  /external/chromium_org/base/files/
dir_reader_posix_unittest.cc 40 const int fd = open(buf, O_CREAT | O_RDONLY | O_EXCL, 0600);
  /external/openssh/openbsd-compat/
mktemp.c 141 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
  /external/valgrind/main/helgrind/tests/
tc24_nonzero_sem.c 67 s = sem_open(name, O_CREAT | O_EXCL, 0600, count);

Completed in 563 milliseconds

1 23 4 5 6 7 8