Home
last modified time | relevance | path

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

1234

/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_file_permission_unittest.cc141 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()
Dbroker_file_permission.cc164 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/
Dfcntl.h25 #ifndef O_EXCL
26 #define O_EXCL 00000200 /* not fcntl */ macro
/external/strace/xlat/
Dopen_mode_flags.h13 #if defined(O_EXCL) || (defined(HAVE_DECL_O_EXCL) && HAVE_DECL_O_EXCL)
14 XLAT(O_EXCL),
Dopenmodessol.in8 { 0x400, "O_EXCL" },
Dopen_mode_flags.in2 O_EXCL
/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/pdfium/third_party/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/zlib/src/
Dgzlib.c102 #ifdef O_EXCL
149 #ifdef O_EXCL
233 #ifdef O_EXCL
234 (exclusive ? O_EXCL : 0) |
/external/opencv3/3rdparty/zlib/
Dgzlib.c102 #ifdef O_EXCL
149 #ifdef O_EXCL
233 #ifdef O_EXCL
234 (exclusive ? O_EXCL : 0) |
/external/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h18 #define O_EXCL 0x0400 /* not fcntl */ macro
/external/toybox/toys/other/
Drmmod.c27 unsigned int flags = O_NONBLOCK|O_EXCL; in rmmod_main()
/external/valgrind/none/tests/mips32/
Dbug320057-mips32.c19 fd = shm_open("/hw_mngr.c", (O_CREAT | O_EXCL | O_RDWR), in main()
/external/google-breakpad/src/client/
Dminidump_file_writer.cc66 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/
Dwincecompat.h26 #define O_EXCL 0x0400 /* open only if file doesn't already exist */ macro
/external/dbus/dbus/
Ddbus-file-unix.c215 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/
Dprot_exec.c32 if ((fd = open(argv[1], O_RDWR|O_CREAT|O_EXCL, S_IRWXU)) < 0) in main()
/external/valgrind/memcheck/tests/
Dpointer-trace.c64 fd = open("./pointer-trace-test-file", O_RDWR | O_CREAT | O_EXCL, 0600); in main()
/external/valgrind/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.cpp79 return OpenBinary(name, O_CREAT | O_EXCL | O_WRONLY); in Create()
/external/valgrind/none/tests/
Dmq.c27 if ((mqdw = mq_open("/valgrind-mqueue", O_CREAT|O_EXCL|O_WRONLY, 0600, &mqa)) < 0) in main()
/external/valgrind/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/libchrome/base/files/
Ddir_reader_posix_unittest.cc43 const int fd = open(buf, O_CREAT | O_RDONLY | O_EXCL, 0600); in TEST()
/external/toybox/toys/pending/
Dmodprobe.c360 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()

1234