HomeSort by relevance Sort by last modified time
    Searched refs:O_CREAT (Results 1 - 25 of 446) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/SDKs/linux/usr/include/sys/
fcntl.h 25 #define O_CREAT 0x0200
  /bionic/libc/bionic/
open.c 42 if (flags & O_CREAT)
55 if (__predict_false(flags & O_CREAT)) {
56 __fortify_chk_fail("open(O_CREAT) called without specifying a mode", 0);
openat.c 42 if (flags & O_CREAT)
56 if (flags & O_CREAT) {
57 __fortify_chk_fail("openat(O_CREAT) called without specifying a mode", 0);
cpuacct.c 44 fd = open(buf, O_RDWR | O_CREAT, 0666);
53 fd = open(buf, O_RDWR | O_CREAT, 0666);
  /bionic/libc/upstream-netbsd/libc/compat-43/
creat.c 51 return(open(path, O_WRONLY|O_CREAT|O_TRUNC, mode));
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
flags.c 67 o = O_CREAT | O_TRUNC;
73 o = O_CREAT | O_APPEND;
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
fcntl.h 48 #define O_CREAT 0x0200 /* create if nonexistant */
  /frameworks/compile/libbcc/include/bcc/Support/
FileMutex.h 30 : FileBase(pFileToLock + ".lock", O_RDONLY | O_CREAT, kDeleteOnClose) { }
  /bionic/libc/kernel/arch-mips/asm/
fcntl.h 25 #define O_CREAT 0x0100
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 25 #define O_CREAT 0x0100
  /development/ndk/sources/android/libportable/arch-mips/
flags.c 45 if (nflags & O_CREAT)
  /external/kernel-headers/original/asm-mips/
fcntl.h 15 #define O_CREAT 0x0100 /* not fcntl */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl2.h 24 /* Check that calls to open and openat with O_CREAT set have an
39 "open with O_CREAT in second argument needs 3 arguments");
49 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1)
71 "open64 with O_CREAT in second argument needs 3 arguments");
81 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1)
115 "openat with O_CREAT in third argument needs 4 arguments");
125 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1)
149 "openat64 with O_CREAT in third argument needs 4 arguments");
159 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl2.h 24 /* Check that calls to open and openat with O_CREAT set have an
39 "open with O_CREAT in second argument needs 3 arguments");
49 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1)
71 "open64 with O_CREAT in second argument needs 3 arguments");
81 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1)
115 "openat with O_CREAT in third argument needs 4 arguments");
125 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1)
149 "openat64 with O_CREAT in third argument needs 4 arguments");
159 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl2.h 24 /* Check that calls to open and openat with O_CREAT set have an
39 "open with O_CREAT in second argument needs 3 arguments");
49 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1)
71 "open64 with O_CREAT in second argument needs 3 arguments");
81 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1)
115 "openat with O_CREAT in third argument needs 4 arguments");
125 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1)
149 "openat64 with O_CREAT in third argument needs 4 arguments");
159 if ((__oflag & O_CREAT) != 0 && __va_arg_pack_len () < 1)
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 25 #define O_CREAT 0x0100
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 25 #define O_CREAT 0x0100
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 25 #define O_CREAT 0x0100
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 25 #define O_CREAT 0x0100
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 25 #define O_CREAT 0x0100
  /bionic/libc/include/
fcntl.h 53 __errordecl(__creat_missing_mode, "called with O_CREAT, but missing mode");
62 if ((flags & O_CREAT) && __builtin_va_arg_pack_len() == 0) {
85 if ((flags & O_CREAT) && __builtin_va_arg_pack_len() == 0) {
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 27 #ifndef O_CREAT
29 #define O_CREAT 00000100
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 21 #ifndef O_CREAT
22 #define O_CREAT 00000100
  /development/ndk/sources/android/libportable/arch-x86/
open.c 28 x86flags |= O_CREAT;
65 if (flags & O_CREAT)
  /external/chromium/chrome/browser/importer/
firefox_profile_lock_posix.cc 72 lock_fd_ = open(old_lock_file_.value().c_str(), O_CREAT | O_EXCL, 0644);
96 lock_fd_ = open(lock_file_.value().c_str(), O_WRONLY | O_CREAT | O_TRUNC,

Completed in 5821 milliseconds

1 2 3 4 5 6 7 8 91011>>