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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/bionic/
open.c 42 if (flags & O_CREAT)
55 if (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/stdio/
flags.c 61 o = O_CREAT | O_TRUNC;
67 o = O_CREAT | O_APPEND;
  /bionic/libc/upstream-netbsd/libc/compat-43/
creat.c 51 return(open(path, O_WRONLY|O_CREAT|O_TRUNC, mode));
  /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
  /bionic/libc/include/
fcntl.h 55 __attribute__((__error__ ("called with O_CREAT, but missing mode")));
65 if ((flags & O_CREAT) && __builtin_va_arg_pack_len() == 0) {
88 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,
  /external/kernel-headers/original/asm-generic/
fcntl.h 22 #ifndef O_CREAT
23 #define O_CREAT 00000100 /* not fcntl */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 12 #ifndef O_CREAT
13 #define O_CREAT 00000100 /* not fcntl */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 12 #ifndef O_CREAT
13 #define O_CREAT 00000100 /* not fcntl */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
fcntl.h 12 #ifndef O_CREAT
13 #define O_CREAT 00000100 /* not fcntl */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 21 #ifndef O_CREAT
22 #define O_CREAT 00000100

Completed in 411 milliseconds

1 2 3 4 5 6 7 8 91011>>