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

1 2 3 4 5 6 7 8 91011>>

  /external/toybox/toys/posix/
nohup.c 27 if (-1 == open("nohup.out", O_CREAT|O_APPEND|O_WRONLY,
33 xcreate(temp, O_CREAT|O_APPEND|O_WRONLY, 0600);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
flags.c 61 o = O_CREAT | O_TRUNC;
67 o = O_CREAT | O_APPEND;
87 if (o & O_CREAT)
  /external/toybox/toys/other/
fallocate.c 28 int fd = xcreate(*toys.optargs, O_RDWR | O_CREAT, 0644);
  /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);
  /external/strace/tests/
mq.c 45 if (mq_open("/strace-mq.test", O_CREAT, S_IRWXU, 0) ||
  /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);
  /frameworks/compile/libbcc/include/bcc/Support/
FileMutex.h 30 : FileBase(pFileToLock + ".lock", O_RDONLY | O_CREAT, kDeleteOnClose) { }
  /device/google/contexthub/util/common/
file.cpp 54 modeval = O_WRONLY | O_CREAT | O_TRUNC;
56 modeval = O_RDWR | O_CREAT;
60 if (modeval & O_CREAT) {
  /system/update_engine/payload_consumer/
file_writer_unittest.cc 47 O_CREAT | O_LARGEFILE | O_TRUNC | O_WRONLY,
61 O_CREAT | O_LARGEFILE | O_TRUNC, 0644));
72 O_CREAT | O_LARGEFILE | O_TRUNC | O_RDONLY,
  /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)
  /development/ndk/platforms/android-21/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)
  /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/current/platforms/android-21/arch-arm/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/current/platforms/android-21/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/current/platforms/android-21/arch-mips/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/current/platforms/android-21/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/current/platforms/android-21/arch-x86/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/current/platforms/android-21/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)
  /prebuilts/ndk/current/platforms/android-23/arch-arm/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/current/platforms/android-23/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/current/platforms/android-23/arch-mips/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/current/platforms/android-23/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/current/platforms/android-23/arch-x86/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/current/platforms/android-23/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)
  /prebuilts/ndk/current/platforms/android-24/arch-arm/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)

Completed in 2051 milliseconds

1 2 3 4 5 6 7 8 91011>>