/external/chromium/chrome/browser/chromeos/ |
D | external_metrics_unittest.cc | 25 int fd = open(path, O_CREAT | O_APPEND | O_WRONLY, 0666); in SendMessage() 109 int fd = open(path, O_CREAT | O_WRONLY, 0666); in TEST() 120 fd = open(path, O_CREAT | O_WRONLY, 0666); in TEST()
|
/external/stlport/src/details/ |
D | fstream_unistd.cpp | 53 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) 86 case O_WRONLY: in flag_to_openmode() 169 flags = O_WRONLY | O_CREAT | O_TRUNC; in _M_open() 173 flags = O_WRONLY | O_CREAT | O_APPEND; in _M_open()
|
D | fstream_win32io.cpp | 40 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR) 52 case O_WRONLY: in flag_to_openmode() 155 mode |= O_WRONLY; 184 mode |= O_WRONLY;
|
D | fstream_stdio.cpp | 71 # define O_WRONLY _O_WRONLY macro 81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
|
/external/yaffs2/yaffs2/direct/ |
D | yaffsfs.h | 27 #ifndef O_WRONLY 28 #define O_WRONLY 01 macro
|
/external/protobuf/src/google/protobuf/testing/ |
D | googletest.cc | 159 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777); in CaptureTestStdout() 174 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777); in CaptureTestStderr()
|
/external/qemu/ |
D | arm-semi.c | 92 O_WRONLY | O_CREAT | O_TRUNC, 93 O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 96 O_WRONLY | O_CREAT | O_APPEND, 97 O_WRONLY | O_CREAT | O_APPEND | O_BINARY,
|
/external/valgrind/main/memcheck/tests/ |
D | fwrite.c | 8 int fd = open("/dev/null", O_WRONLY); in main()
|
D | writev1.c | 35 if ((fd = open(f_name, O_WRONLY | O_CREAT, 0666)) < 0) { in main()
|
/external/libselinux/src/ |
D | disable.c | 24 fd = open(path, O_WRONLY); in security_disable()
|
D | booleans.c | 181 fd = open(fname, O_WRONLY); in hidden_def() 217 fd = open(path, O_WRONLY); in hidden_def()
|
/external/bison/djgpp/ |
D | subpipe.c | 143 from_in_fd = open(tmp_file_name[0], O_WRONLY | O_CREAT | O_TRUNC, S_IWUSR); in create_subpipe() 174 …int to_in_fd = open(tmp_file_name[1], O_WRONLY | O_CREAT | O_TRUNC, S_IWUSR); /* pipe from m4 to … in end_of_output_subpipe()
|
/external/qemu/android/utils/ |
D | mapfile.c | 46 } else if ((oflag & O_WRONLY) == O_WRONLY) { in mapfile_open()
|
D | filelock.c | 190 pidfile_fd = open( lock->temp, O_WRONLY | O_CREAT | O_TRUNC ); in filelock_lock() 197 pidfile_fd = open( lock->temp, O_WRONLY | O_CREAT | O_TRUNC ); in filelock_lock()
|
/external/chromium/chrome/browser/importer/ |
D | firefox_profile_lock_posix.cc | 96 lock_fd_ = open(lock_file_.value().c_str(), O_WRONLY | O_CREAT | O_TRUNC, in LockWithFcntl()
|
/external/qemu/hw/ |
D | goldfish_memlog.c | 79 fd = open("mem.log", /* O_CREAT | */ O_TRUNC | O_WRONLY, 0644); in goldfish_memlog_init()
|
/external/dbus/dbus/ |
D | dbus-file-unix.c | 215 fd = open (tmp_filename_c, O_WRONLY | O_BINARY | O_EXCL | O_CREAT, in _dbus_string_save_to_file() 363 fd = open (filename_c, O_WRONLY | O_BINARY | O_EXCL | O_CREAT, in _dbus_create_file_exclusively()
|
/external/webkit/Source/WebCore/platform/android/ |
D | FileSystemAndroid.cpp | 69 handle = open(filename.utf8().data(), O_WRONLY | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in openTemporaryFile()
|
/external/e2fsprogs/contrib/ |
D | make-sparse.c | 58 fd = open(argv[1], O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777); in main()
|
/external/kernel-headers/original/asm-generic/ |
D | fcntl.h | 20 #define O_WRONLY 00000001 macro
|
/external/valgrind/main/none/tests/ |
D | mq.c | 27 if ((mqdw = mq_open("/valgrind-mqueue", O_CREAT|O_EXCL|O_WRONLY, 0600, &mqa)) < 0) in main()
|
/external/qemu/distrib/sdl-1.2.15/src/audio/bsd/ |
D | SDL_bsdaudio.c | 64 #define OPEN_FLAGS O_WRONLY 66 #define OPEN_FLAGS (O_WRONLY|O_NONBLOCK)
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | NonVolatileStore.cpp | 129 fileStream = open (filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in nfc_hal_nv_co_write()
|
/external/e2fsprogs/lib/ss/ |
D | pager.c | 104 fd = open("/dev/tty", O_WRONLY, 0); in ss_pager_create()
|
/external/llvm/runtime/libprofile/ |
D | CommonProfiling.c | 102 OutFile = open(OutputFilename, O_CREAT | O_WRONLY, 0666); in getOutFile()
|