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

1 2 3 4 5 67 8

  /external/mksh/src/
histrap.c 759 O_EXCL, 0600)) < 0) {
    [all...]
exec.c 1323 flags |= O_EXCL;
    [all...]
main.c     [all...]
  /external/ppp/pppd/
options.c     [all...]
utils.c 968 while ((fd = open(lock_file, O_EXCL | O_CREAT | O_RDWR, 0644)) < 0) {
sys-solaris.c     [all...]
  /external/qemu/audio/
ossaudio.c 272 int oflags = conf.exclusive ? O_EXCL : 0;
  /external/valgrind/main/include/vki/
vki-darwin.h 268 #define VKI_O_EXCL O_EXCL
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.c 65 SY(__NR_open, "scalar.c", O_CREAT|O_EXCL, x0); FAIL;
    [all...]
  /frameworks/av/media/mtp/
MtpServer.cpp     [all...]
  /frameworks/native/cmds/installd/
commands.c 696 out_fd = open(out_path, O_RDWR | O_CREAT | O_EXCL, 0644);
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 311 initConstant(env, c, "O_EXCL", O_EXCL);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /external/bzip2/
bzip2.c 950 /* Open an output file safely with O_EXCL and good permissions.
965 fh = open(name, O_WRONLY|O_CREAT|O_EXCL, S_IWUSR|S_IRUSR);
    [all...]
  /external/chromium_org/chrome/installer/mac/
pkg-dmg     [all...]
  /external/chromium_org/components/breakpad/app/
breakpad_linux.cc     [all...]
  /external/chromium_org/third_party/sqlite/src/test/
threadtest3.c 813 fd2 = open(zTo, O_RDWR|O_CREAT|O_EXCL, 0644);
    [all...]
  /external/openssh/
sftp-server.c 138 flags |= O_EXCL;
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 881 fd = open (*name, O_CREAT|O_EXCL|O_WRONLY, 0600);
    [all...]
  /system/core/sdcard/
sdcard.c 408 int fd = open(path, O_RDWR | O_CREAT | O_EXCL | O_NOFOLLOW, mode);
    [all...]
  /external/netperf/
netlib.c     [all...]
  /external/strace/
file.c 278 { O_EXCL, "O_EXCL" },
499 { 0x400, "O_EXCL" },
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 464 milliseconds

1 2 3 4 5 67 8