/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 25 #ifndef O_EXCL 26 #define O_EXCL 00000200 /* not fcntl */ macro
|
/external/strace/xlat/ |
D | open_mode_flags.h | 7 #if defined(O_EXCL) || (defined(HAVE_DECL_O_EXCL) && HAVE_DECL_O_EXCL) 8 XLAT(O_EXCL),
|
D | openmodessol.in | 8 { 0x400, "O_EXCL" },
|
D | open_mode_flags.in | 2 O_EXCL
|
/external/yaffs2/yaffs2/direct/ |
D | yaffsfs.h | 39 #ifndef O_EXCL 40 #define O_EXCL 0200 macro
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/ |
D | googletest.cc | 159 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777); in CaptureTestStdout() 174 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777); in CaptureTestStderr()
|
/external/protobuf/src/google/protobuf/testing/ |
D | googletest.cc | 159 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777); in CaptureTestStdout() 174 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777); in CaptureTestStderr()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | fcntl.h | 18 #define O_EXCL 0x0400 /* not fcntl */ macro
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | gzlib.c | 102 #ifdef O_EXCL in gz_open() 149 #ifdef O_EXCL in gz_open() 233 #ifdef O_EXCL in gz_open() 234 (exclusive ? O_EXCL : 0) | in gz_open()
|
/external/valgrind/main/none/tests/mips32/ |
D | bug320057-mips32.c | 19 fd = shm_open("/hw_mngr.c", (O_CREAT | O_EXCL | O_RDWR), in main()
|
/external/qemu/android/utils/ |
D | mapfile.c | 63 if ((oflag & O_EXCL) == O_EXCL) { in mapfile_open()
|
/external/qemu/distrib/zlib-1.2.8/ |
D | gzlib.c | 102 #ifdef O_EXCL 149 #ifdef O_EXCL 233 #ifdef O_EXCL 234 (exclusive ? O_EXCL : 0) |
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | filesystem_test.cc | 96 fs.Open(Path("/foo"), O_RDWR | O_CREAT | O_EXCL, &result_node)); in TEST() 145 EXPECT_EQ(0, fs.Open(Path("/foo/bar"), O_RDWR | O_CREAT | O_EXCL, &file)); in TEST() 202 ASSERT_EQ(0, fs.Open(Path("/file"), O_RDWR | O_CREAT | O_EXCL, &file)); in TEST() 225 ASSERT_EQ(0, fs.Open(Path("/dir1/file"), O_RDWR | O_CREAT | O_EXCL, &file)); in TEST()
|
/external/zlib/src/ |
D | gzlib.c | 102 #ifdef O_EXCL 149 #ifdef O_EXCL 233 #ifdef O_EXCL 234 (exclusive ? O_EXCL : 0) |
|
/external/chromium_org/chrome/browser/importer/ |
D | firefox_profile_lock_posix.cc | 72 lock_fd_ = open(old_lock_file_.value().c_str(), O_CREAT | O_EXCL, 0644); in Lock()
|
/external/valgrind/main/memcheck/tests/ |
D | pointer-trace.c | 64 fd = open("./pointer-trace-test-file", O_RDWR | O_CREAT | O_EXCL, 0600); in main()
|
/external/valgrind/main/drd/tests/ |
D | sem_open.c | 63 s_sem = sem_open(semaphore_name, O_CREAT | O_EXCL, 0600, 1); in main()
|
/external/lzma/CPP/Common/ |
D | C_FileIO.cpp | 75 return OpenBinary(name, O_CREAT | O_EXCL | O_WRONLY); in Create()
|
/external/valgrind/main/none/tests/ |
D | mq.c | 27 if ((mqdw = mq_open("/valgrind-mqueue", O_CREAT|O_EXCL|O_WRONLY, 0600, &mqa)) < 0) in main()
|
/external/chromium_org/base/files/ |
D | dir_reader_posix_unittest.cc | 40 const int fd = open(buf, O_CREAT | O_RDONLY | O_EXCL, 0600); in TEST()
|
/external/valgrind/main/helgrind/tests/ |
D | tc24_nonzero_sem.c | 67 s = sem_open(name, O_CREAT | O_EXCL, 0600, count); in my_sem_init()
|
/external/deqp/framework/delibs/dethread/unix/ |
D | deNamedSemaphoreUnix.c | 59 sem->semaphore = sem_open(name, O_CREAT|O_EXCL, mode, initialValue); in deSemaphore_create()
|
/external/chromium_org/third_party/cython/src/Cython/Includes/posix/ |
D | fcntl.pxd | 27 enum: O_EXCL
|
/external/qemu/util/ |
D | osdep.c | 134 ((flags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))) { in qemu_dup_flags()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/ |
D | SDL_syscdrom.c | 76 cdfd = open(drive, (O_RDONLY|O_EXCL|O_NONBLOCK), 0); in CheckDrive() 239 return(open(SDL_cdlist[drive], (O_RDONLY|O_EXCL|O_NONBLOCK), 0)); in SDL_SYS_CDOpen()
|