/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/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xw32defs.h | 72 #define O_EXCL _O_EXCL
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xw32defs.h | 63 #define O_EXCL _O_EXCL
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 72 #define O_EXCL _O_EXCL
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xw32defs.h | 63 #define O_EXCL _O_EXCL
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/ |
Xw32defs.h | 72 #define O_EXCL _O_EXCL
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xw32defs.h | 63 #define O_EXCL _O_EXCL
|
/system/core/libcutils/ |
ashmem-host.c | 59 /* open O_EXCL & O_CREAT: we are either the sole owner or we fail */ 60 fd = open(name, O_RDWR | O_CREAT | O_EXCL, 0600);
|
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
mktemp.c | 154 _open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
|
/dalvik/libdex/ |
CmdUtils.cpp | 57 fd = open(outFileName, O_WRONLY | O_CREAT | O_EXCL, 0600);
|
/development/ndk/sources/android/libportable/arch-mips/ |
open.c | 43 mipsflags |= O_EXCL;
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
mount_test.cc | 85 mnt.Open(Path("/foo"), O_RDWR | O_CREAT | O_EXCL, &result_node)); 134 EXPECT_EQ(0, mnt.Open(Path("/foo/bar"), O_RDWR | O_CREAT | O_EXCL, &file)); 192 ASSERT_EQ(0, mnt.Open(Path("/file"), O_RDWR | O_CREAT | O_EXCL, &file)); 216 ASSERT_EQ(0, mnt.Open(Path("/dir1/file"), O_RDWR | O_CREAT | O_EXCL, &file));
|
/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) |
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
fcntl.h | 38 #define O_EXCL 0200 /* not fcntl */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
fcntl.h | 38 #define O_EXCL 0200 /* not fcntl */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
fcntl.h | 38 #define O_EXCL 0200 /* not fcntl */
|
/external/qemu/android/utils/ |
mapfile.c | 61 if ((oflag & O_EXCL) == O_EXCL) {
|
/ndk/sources/host-tools/ndk-stack/elff/ |
mapfile.c | 61 if ((oflag & O_EXCL) == O_EXCL) {
|
/external/valgrind/main/helgrind/tests/ |
tc17_sembar.c | 239 s = sem_open(name, O_CREAT | O_EXCL, 0600, count);
|
tc23_bogus_condwait.c | 115 s = sem_open(name, O_CREAT | O_EXCL, 0600, count);
|