/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_file_permission_unittest.cc | 141 case O_EXCL: in CheckPerm() 164 ASSERT_TRUE(perm.CheckOpen(path, O_CREAT | O_EXCL | access_flags, in CheckPerm() 168 ASSERT_FALSE(perm.CheckOpen(path, O_CREAT | O_EXCL | access_flags, in CheckPerm() 221 perm.CheckOpen(path, access_flags | O_CREAT | O_EXCL, NULL, &unlink)); in CheckUnlink()
|
D | broker_file_permission.cc | 164 if ((flags & O_CREAT) && !(flags & O_EXCL)) { in CheckOpen() 183 O_DIRECTORY | O_EXCL | O_LARGEFILE | O_NOATIME | in CheckOpen()
|
/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 | 13 #if defined(O_EXCL) || (defined(HAVE_DECL_O_EXCL) && HAVE_DECL_O_EXCL) 14 XLAT(O_EXCL),
|
D | openmodessol.in | 8 { 0x400, "O_EXCL" },
|
D | open_mode_flags.in | 2 O_EXCL
|
/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/pdfium/third_party/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/zlib/src/ |
D | gzlib.c | 102 #ifdef O_EXCL 149 #ifdef O_EXCL 233 #ifdef O_EXCL 234 (exclusive ? O_EXCL : 0) |
|
/external/opencv3/3rdparty/zlib/ |
D | gzlib.c | 102 #ifdef O_EXCL 149 #ifdef O_EXCL 233 #ifdef O_EXCL 234 (exclusive ? O_EXCL : 0) |
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | fcntl.h | 18 #define O_EXCL 0x0400 /* not fcntl */ macro
|
/external/toybox/toys/other/ |
D | rmmod.c | 27 unsigned int flags = O_NONBLOCK|O_EXCL; in rmmod_main()
|
/external/valgrind/none/tests/mips32/ |
D | bug320057-mips32.c | 19 fd = shm_open("/hw_mngr.c", (O_CREAT | O_EXCL | O_RDWR), in main()
|
/external/google-breakpad/src/client/ |
D | minidump_file_writer.cc | 66 file_ = sys_open(path, O_WRONLY | O_CREAT | O_EXCL, 0600); in Open() 68 file_ = open(path, O_WRONLY | O_CREAT | O_EXCL, 0600); in Open()
|
/external/libxml2/win32/wince/ |
D | wincecompat.h | 26 #define O_EXCL 0x0400 /* open only if file doesn't already exist */ macro
|
/external/dbus/dbus/ |
D | dbus-file-unix.c | 215 fd = open (tmp_filename_c, O_WRONLY | O_BINARY | O_EXCL | O_CREAT, in _dbus_string_save_to_file() 363 fd = open (filename_c, O_WRONLY | O_BINARY | O_EXCL | O_CREAT, in _dbus_create_file_exclusively()
|
/external/autotest/client/site_tests/security_mprotect/src/ |
D | prot_exec.c | 32 if ((fd = open(argv[1], O_RDWR|O_CREAT|O_EXCL, S_IRWXU)) < 0) in main()
|
/external/valgrind/memcheck/tests/ |
D | pointer-trace.c | 64 fd = open("./pointer-trace-test-file", O_RDWR | O_CREAT | O_EXCL, 0600); in main()
|
/external/valgrind/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 | 79 return OpenBinary(name, O_CREAT | O_EXCL | O_WRONLY); in Create()
|
/external/valgrind/none/tests/ |
D | mq.c | 27 if ((mqdw = mq_open("/valgrind-mqueue", O_CREAT|O_EXCL|O_WRONLY, 0600, &mqa)) < 0) in main()
|
/external/valgrind/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/libchrome/base/files/ |
D | dir_reader_posix_unittest.cc | 43 const int fd = open(buf, O_CREAT | O_RDONLY | O_EXCL, 0600); in TEST()
|
/external/toybox/toys/pending/ |
D | modprobe.c | 360 syscall(__NR_delete_module, modules, flags ? flags : O_NONBLOCK|O_EXCL); in rm_mod() 446 if ((rc = rm_mod(m2->name, O_EXCL))) { in go_probe() 502 if (rm_mod(NULL, O_NONBLOCK | O_EXCL)) perror_exit("rmmod"); in modprobe_main()
|