Home
last modified time | relevance | path

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

1234

/external/kernel-headers/original/asm-generic/
Dfcntl.h25 #ifndef O_EXCL
26 #define O_EXCL 00000200 /* not fcntl */ macro
/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/asm-mips/
Dfcntl.h17 #define O_EXCL 0x0400 /* not fcntl */ macro
/external/chromium/base/
Dplatform_file_posix.cc37 open_flags = O_CREAT | O_EXCL; in CreatePlatformFile()
80 open_flags |= O_EXCL; // together with O_CREAT implies O_NOFOLLOW in CreatePlatformFile()
Ddir_reader_posix_unittest.cc39 const int fd = open(buf, O_CREAT | O_RDONLY | O_EXCL, 0600); in TEST()
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dmount_test.cc85 mnt.Open(Path("/foo"), O_RDWR | O_CREAT | O_EXCL, &result_node)); in TEST()
134 EXPECT_EQ(0, mnt.Open(Path("/foo/bar"), O_RDWR | O_CREAT | O_EXCL, &file)); in TEST()
192 ASSERT_EQ(0, mnt.Open(Path("/file"), O_RDWR | O_CREAT | O_EXCL, &file)); in TEST()
216 ASSERT_EQ(0, mnt.Open(Path("/dir1/file"), O_RDWR | O_CREAT | O_EXCL, &file)); in TEST()
/external/qemu/android/utils/
Dmapfile.c61 if ((oflag & O_EXCL) == O_EXCL) { in mapfile_open()
/external/zlib/src/
Dgzlib.c102 #ifdef O_EXCL
149 #ifdef O_EXCL
233 #ifdef O_EXCL
234 (exclusive ? O_EXCL : 0) |
/external/chromium/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/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()
Dpth_inconsistent_cond_wait.c50 sem_t* p = sem_open(name_and_pid, O_CREAT | O_EXCL, 0600, 0); in create_semaphore()
/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()
Dfaultstatus.c142 fd = open("faultstatus.tmp", O_CREAT|O_TRUNC|O_EXCL|O_RDWR, 0600);
/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/openssh/openbsd-compat/
Dmktemp.c141 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/
DSDL_syscdrom.c79 cdfd = open(drive, (O_RDONLY|O_EXCL|O_NONBLOCK), 0); in CheckDrive()
248 return(open(SDL_cdlist[drive], (O_RDONLY|O_EXCL|O_NONBLOCK), 0)); in SDL_SYS_CDOpen()
/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()
/external/valgrind/main/none/tests/amd64/
Dfaultstatus.c103 fd = open("faultstatus.tmp", O_CREAT|O_TRUNC|O_EXCL, 0600); in main()
/external/valgrind/main/none/tests/x86/
Dfaultstatus.c121 fd = open("faultstatus.tmp", O_CREAT|O_TRUNC|O_EXCL, 0600); in main()

1234