Home
last modified time | relevance | path

Searched refs:O_WRONLY (Results 1 – 25 of 133) sorted by relevance

123456

/external/chromium/chrome/browser/chromeos/
Dexternal_metrics_unittest.cc25 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/
Dfstream_unistd.cpp53 # 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()
Dfstream_win32io.cpp40 # 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;
Dfstream_stdio.cpp71 # define O_WRONLY _O_WRONLY macro
81 # define O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR)
/external/yaffs2/yaffs2/direct/
Dyaffsfs.h27 #ifndef O_WRONLY
28 #define O_WRONLY 01 macro
/external/protobuf/src/google/protobuf/testing/
Dgoogletest.cc159 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/
Darm-semi.c92 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/
Dfwrite.c8 int fd = open("/dev/null", O_WRONLY); in main()
Dwritev1.c35 if ((fd = open(f_name, O_WRONLY | O_CREAT, 0666)) < 0) { in main()
/external/libselinux/src/
Ddisable.c24 fd = open(path, O_WRONLY); in security_disable()
Dbooleans.c181 fd = open(fname, O_WRONLY); in hidden_def()
217 fd = open(path, O_WRONLY); in hidden_def()
/external/bison/djgpp/
Dsubpipe.c143 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/
Dmapfile.c46 } else if ((oflag & O_WRONLY) == O_WRONLY) { in mapfile_open()
Dfilelock.c190 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/
Dfirefox_profile_lock_posix.cc96 lock_fd_ = open(lock_file_.value().c_str(), O_WRONLY | O_CREAT | O_TRUNC, in LockWithFcntl()
/external/qemu/hw/
Dgoldfish_memlog.c79 fd = open("mem.log", /* O_CREAT | */ O_TRUNC | O_WRONLY, 0644); in goldfish_memlog_init()
/external/dbus/dbus/
Ddbus-file-unix.c215 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/
DFileSystemAndroid.cpp69 handle = open(filename.utf8().data(), O_WRONLY | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in openTemporaryFile()
/external/e2fsprogs/contrib/
Dmake-sparse.c58 fd = open(argv[1], O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777); in main()
/external/kernel-headers/original/asm-generic/
Dfcntl.h20 #define O_WRONLY 00000001 macro
/external/valgrind/main/none/tests/
Dmq.c27 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/
DSDL_bsdaudio.c64 #define OPEN_FLAGS O_WRONLY
66 #define OPEN_FLAGS (O_WRONLY|O_NONBLOCK)
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DNonVolatileStore.cpp129 fileStream = open (filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in nfc_hal_nv_co_write()
/external/e2fsprogs/lib/ss/
Dpager.c104 fd = open("/dev/tty", O_WRONLY, 0); in ss_pager_create()
/external/llvm/runtime/libprofile/
DCommonProfiling.c102 OutFile = open(OutputFilename, O_CREAT | O_WRONLY, 0666); in getOutFile()

123456