HomeSort by relevance Sort by last modified time
    Searched refs:O_EXCL (Results 126 - 150 of 181) sorted by null

1 2 3 4 56 7 8

  /external/chromium/chrome/browser/
shell_integration_linux.cc 126 O_CREAT | O_EXCL | O_WRONLY,
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 136 O_RDWR | O_CREAT | O_EXCL,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_fuse.cc 79 if (open_flags & (O_CREAT | O_EXCL)) {
80 // According to the FUSE docs, open() is not called when O_CREAT or O_EXCL
  /external/chromium_org/third_party/libjingle/source/talk/base/
unixfilesystem.cc 129 O_RDWR | O_CREAT | O_EXCL,
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 385 O_RDWR | O_CREAT | O_TRUNC | O_EXCL, 0600);
unix_io.c 466 open_flags |= O_EXCL;
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/
SDL_syscdrom.c 85 cdfd = open(drive, (O_RDONLY|O_EXCL|O_NONBLOCK), 0);
  /external/strace/
strace.c 1156 if ((tcp->pfd = open(proc, O_WRONLY|O_EXCL)) < 0) {
1164 if ((tcp->pfd_stat = open(proc, O_RDONLY|O_EXCL)) < 0) {
1172 if ((tcp->pfd_as = open(proc, O_RDONLY|O_EXCL)) < 0) {
1183 tcp->pfd = open(proc, O_RDWR|O_EXCL);
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 175 ret = delete_module(modname, O_NONBLOCK | O_EXCL);
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.c 119 ret = delete_module(modname, O_NONBLOCK | O_EXCL);
  /libcore/luni/src/main/java/java/io/
File.java     [all...]
  /bionic/libc/bionic/
system_properties.c 140 O_EXCL, 0444);
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 226 oflags |= O_EXCL;
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_proxy_test.cc 322 EXPECT_EQ(-1, ki_open("/foo/bar", O_RDONLY | O_CREAT | O_EXCL));
mount_html5fs_test.cc 224 EXPECT_EQ(EEXIST, mnt->Open(path, O_CREAT | O_EXCL, &node));
  /external/iputils/ninfod/
ninfod.c 445 fd = open(file, O_CREAT | O_RDWR | O_EXCL,
  /external/zlib/src/examples/
gzlog.c 153 - Exclusively create the foo.lock file using the O_CREAT and O_EXCL modes of
354 while ((fd = open(log->path, O_CREAT | O_EXCL, 0644)) < 0) {
    [all...]
  /hardware/libhardware_legacy/wifi/
wifi.c 140 ret = delete_module(modname, O_NONBLOCK | O_EXCL);
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 263 public static final int O_EXCL = placeholder();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 65 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 65 _text_openflags = _os.O_RDWR | _os.O_CREAT | _os.O_EXCL
  /system/core/debuggerd/
tombstone.c 762 *fd = open(path, O_CREAT | O_EXCL | O_WRONLY, 0600);
  /external/elfutils/src/
ar.c 601 flags |= O_EXCL;
    [all...]
  /external/valgrind/main/memcheck/tests/darwin/
scalar.c 43 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL;
461 SY(__NR_sem_open, "my_sem", O_CREAT|O_EXCL, x0, x0); SUCC_OR_FAIL;
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 147 O_CREAT | O_EXCL | O_WRONLY,
    [all...]

Completed in 1431 milliseconds

1 2 3 4 56 7 8