Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 1 – 25 of 91) sorted by relevance

1234

/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h25 #ifndef O_EXCL
26 #define O_EXCL 00000200 /* not fcntl */ macro
/external/strace/xlat/
Dopen_mode_flags.h7 #if defined(O_EXCL) || (defined(HAVE_DECL_O_EXCL) && HAVE_DECL_O_EXCL)
8 XLAT(O_EXCL),
Dopenmodessol.in8 { 0x400, "O_EXCL" },
Dopen_mode_flags.in2 O_EXCL
/external/yaffs2/yaffs2/direct/
Dyaffsfs.h39 #ifndef O_EXCL
40 #define O_EXCL 0200 macro
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
Dgoogletest.cc159 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/
Dgoogletest.cc159 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/
Dfcntl.h18 #define O_EXCL 0x0400 /* not fcntl */ macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dgzlib.c102 #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/
Dbug320057-mips32.c19 fd = shm_open("/hw_mngr.c", (O_CREAT | O_EXCL | O_RDWR), in main()
/external/qemu/android/utils/
Dmapfile.c63 if ((oflag & O_EXCL) == O_EXCL) { in mapfile_open()
/external/qemu/distrib/zlib-1.2.8/
Dgzlib.c102 #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/
Dfilesystem_test.cc96 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/
Dgzlib.c102 #ifdef O_EXCL
149 #ifdef O_EXCL
233 #ifdef O_EXCL
234 (exclusive ? O_EXCL : 0) |
/external/chromium_org/chrome/browser/importer/
Dfirefox_profile_lock_posix.cc72 lock_fd_ = open(old_lock_file_.value().c_str(), O_CREAT | O_EXCL, 0644); in Lock()
/external/valgrind/main/memcheck/tests/
Dpointer-trace.c64 fd = open("./pointer-trace-test-file", O_RDWR | O_CREAT | O_EXCL, 0600); in main()
/external/valgrind/main/drd/tests/
Dsem_open.c63 s_sem = sem_open(semaphore_name, O_CREAT | O_EXCL, 0600, 1); in main()
/external/lzma/CPP/Common/
DC_FileIO.cpp75 return OpenBinary(name, O_CREAT | O_EXCL | O_WRONLY); in Create()
/external/valgrind/main/none/tests/
Dmq.c27 if ((mqdw = mq_open("/valgrind-mqueue", O_CREAT|O_EXCL|O_WRONLY, 0600, &mqa)) < 0) in main()
/external/chromium_org/base/files/
Ddir_reader_posix_unittest.cc40 const int fd = open(buf, O_CREAT | O_RDONLY | O_EXCL, 0600); in TEST()
/external/valgrind/main/helgrind/tests/
Dtc24_nonzero_sem.c67 s = sem_open(name, O_CREAT | O_EXCL, 0600, count); in my_sem_init()
/external/deqp/framework/delibs/dethread/unix/
DdeNamedSemaphoreUnix.c59 sem->semaphore = sem_open(name, O_CREAT|O_EXCL, mode, initialValue); in deSemaphore_create()
/external/chromium_org/third_party/cython/src/Cython/Includes/posix/
Dfcntl.pxd27 enum: O_EXCL
/external/qemu/util/
Dosdep.c134 ((flags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))) { in qemu_dup_flags()
/external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/
DSDL_syscdrom.c76 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()

1234