HomeSort by relevance Sort by last modified time
    Searched refs:O_CREAT (Results 1 - 25 of 509) 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.cpp 47 return open(pathname, O_CREAT | O_TRUNC | O_WRONLY, mode);
54 if ((flags & O_CREAT) != 0) {
66 if (__predict_false((flags & O_CREAT) != 0)) {
67 __fortify_chk_fail("open(O_CREAT): called without specifying a mode", 0);
76 if ((flags & O_CREAT) != 0) {
88 if ((flags & O_CREAT) != 0) {
89 __fortify_chk_fail("openat(O_CREAT): called without specifying a mode", 0);
  /art/runtime/base/unix_file/
mapped_file.h 37 kReadWriteMode = O_CREAT | O_RDWR | O_LARGEFILE,
40 kReadWriteMode = O_CREAT | O_RDWR,
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
flags.c 67 o = O_CREAT | O_TRUNC;
73 o = O_CREAT | O_APPEND;
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c 45 int file_fd = open(filename, O_RDWR | O_CREAT, 0777);
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
fcntl.h 48 #define O_CREAT 0x0200 /* create if nonexistent */
  /frameworks/compile/libbcc/include/bcc/Support/
FileMutex.h 30 : FileBase(pFileToLock + ".lock", O_RDONLY | O_CREAT, kDeleteOnClose) { }
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 27 #ifndef O_CREAT
29 #define O_CREAT 00000100
94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 22 #ifndef O_CREAT
23 #define O_CREAT 00000100 /* not fcntl */
93 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/asm-generic/
fcntl.h 27 #ifndef O_CREAT
29 #define O_CREAT 00000100
94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/asm-generic/
fcntl.h 27 #ifndef O_CREAT
29 #define O_CREAT 00000100
94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm-generic/
fcntl.h 27 #ifndef O_CREAT
29 #define O_CREAT 00000100
94 #define O_TMPFILE_MASK (__O_TMPFILE | O_DIRECTORY | O_CREAT)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 25 #define O_CREAT 0x0100
  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 25 #define O_CREAT 0x0100
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 25 #define O_CREAT 0x0100
  /external/clang/test/Sema/
enable_if.c 4 #define O_CREAT 0x100
8 int open(const char *pathname, int flags) __attribute__((enable_if(!(flags & O_CREAT), "must specify mode when using O_CREAT"))) __attribute__((overloadable)); // expected-note{{candidate disabled: must specify mode when using O_CREAT}}
13 open("path", O_CREAT); // expected-error{{no matching function for call to 'open'}}
15 open("path", O_CREAT, 0660);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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-12/arch-mips/usr/include/asm/
fcntl.h 25 #define O_CREAT 0x0100
  /prebuilts/ndk/9/platforms/android-13/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-15/arch-mips/usr/include/asm/
fcntl.h 25 #define O_CREAT 0x0100
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h 25 #define O_CREAT 0x0100

Completed in 780 milliseconds

1 2 3 4 5 6 7 8 91011>>