HomeSort by relevance Sort by last modified time
    Searched refs:O_EXCL (Results 101 - 125 of 210) sorted by null

1 2 3 45 6 7 8 9

  /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);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
mktemp.c 88 fd = open(path, O_CREAT|O_EXCL|O_RDWR, S_IRUSR|S_IWUSR);
  /development/ndk/sources/android/libportable/arch-mips/
open.c 43 mipsflags |= O_EXCL;
  /external/chromium_org/base/files/
dir_reader_posix_unittest.cc 40 const int fd = open(buf, O_CREAT | O_RDONLY | O_EXCL, 0600);
  /external/deqp/framework/delibs/dethread/unix/
deNamedSemaphoreUnix.c 59 sem->semaphore = sem_open(name, O_CREAT|O_EXCL, mode, initialValue);
  /external/valgrind/main/helgrind/tests/
tc24_nonzero_sem.c 67 s = sem_open(name, O_CREAT | O_EXCL, 0600, count);
  /external/valgrind/main/none/tests/
mq.c 27 if ((mqdw = mq_open("/valgrind-mqueue", O_CREAT|O_EXCL|O_WRONLY, 0600, &mqa)) < 0)
faultstatus.c 142 fd = open("faultstatus.tmp", O_CREAT|O_TRUNC|O_EXCL|O_RDWR, 0600);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/X11/
Xw32defs.h 70 # define O_EXCL _O_EXCL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xw32defs.h 61 # define O_EXCL _O_EXCL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 61 # define O_EXCL _O_EXCL
  /system/core/libcutils/
ashmem-host.c 70 /* open O_EXCL & O_CREAT: we are either the sole owner or we fail */
71 fd = open(name, O_RDWR | O_CREAT | O_EXCL, 0600);
  /dalvik/libdex/
CmdUtils.cpp 57 fd = open(outFileName, O_RDWR | O_CREAT | O_EXCL, 0600);
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzlib.c 102 #ifdef O_EXCL
149 #ifdef O_EXCL
233 #ifdef O_EXCL
234 (exclusive ? O_EXCL : 0) |
  /external/qemu/distrib/zlib-1.2.8/
gzlib.c 102 #ifdef O_EXCL
149 #ifdef O_EXCL
233 #ifdef O_EXCL
234 (exclusive ? O_EXCL : 0) |
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 50 sem_t* p = sem_open(name_and_pid, O_CREAT | O_EXCL, 0600, 0);
circular_buffer.c 65 sem_t* p = sem_open(name_and_pid, O_CREAT | O_EXCL, 0600, value);
  /external/valgrind/main/none/tests/amd64/
faultstatus.c 103 fd = open("faultstatus.tmp", O_CREAT|O_TRUNC|O_EXCL, 0600);
  /external/valgrind/main/none/tests/x86/
faultstatus.c 121 fd = open("faultstatus.tmp", O_CREAT|O_TRUNC|O_EXCL, 0600);
  /external/zlib/src/
gzlib.c 102 #ifdef O_EXCL
149 #ifdef O_EXCL
233 #ifdef O_EXCL
234 (exclusive ? O_EXCL : 0) |
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
dict_file_writing_utils.cpp 104 const int fd = open(filePath, O_WRONLY | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
  /external/qemu/android/utils/
mapfile.c 63 if ((oflag & O_EXCL) == O_EXCL) {
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.c 61 if ((oflag & O_EXCL) == O_EXCL) {
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
filesystem_test.cc 85 fs.Open(Path("/foo"), O_RDWR | O_CREAT | O_EXCL, &result_node));
134 EXPECT_EQ(0, fs.Open(Path("/foo/bar"), O_RDWR | O_CREAT | O_EXCL, &file));
192 ASSERT_EQ(0, fs.Open(Path("/file"), O_RDWR | O_CREAT | O_EXCL, &file));
215 ASSERT_EQ(0, fs.Open(Path("/dir1/file"), O_RDWR | O_CREAT | O_EXCL, &file));

Completed in 1407 milliseconds

1 2 3 45 6 7 8 9