/external/kernel-headers/original/asm-generic/ |
D | fcntl.h | 25 #ifndef O_EXCL 26 #define O_EXCL 00000200 /* not fcntl */ macro
|
/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/asm-mips/ |
D | fcntl.h | 17 #define O_EXCL 0x0400 /* not fcntl */ macro
|
/external/chromium/base/ |
D | platform_file_posix.cc | 37 open_flags = O_CREAT | O_EXCL; in CreatePlatformFile() 80 open_flags |= O_EXCL; // together with O_CREAT implies O_NOFOLLOW in CreatePlatformFile()
|
D | dir_reader_posix_unittest.cc | 39 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/ |
D | mount_test.cc | 85 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/ |
D | mapfile.c | 61 if ((oflag & O_EXCL) == O_EXCL) { in mapfile_open()
|
/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/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/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()
|
D | pth_inconsistent_cond_wait.c | 50 sem_t* p = sem_open(name_and_pid, O_CREAT | O_EXCL, 0600, 0); in create_semaphore()
|
/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()
|
D | faultstatus.c | 142 fd = open("faultstatus.tmp", O_CREAT|O_TRUNC|O_EXCL|O_RDWR, 0600);
|
/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/openssh/openbsd-compat/ |
D | mktemp.c | 141 open(path, O_CREAT|O_EXCL|O_RDWR, 0600)) >= 0)
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/ |
D | SDL_syscdrom.c | 79 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/ |
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()
|
/external/valgrind/main/none/tests/amd64/ |
D | faultstatus.c | 103 fd = open("faultstatus.tmp", O_CREAT|O_TRUNC|O_EXCL, 0600); in main()
|
/external/valgrind/main/none/tests/x86/ |
D | faultstatus.c | 121 fd = open("faultstatus.tmp", O_CREAT|O_TRUNC|O_EXCL, 0600); in main()
|