Searched refs:O_WRONLY (Results 26 - 40 of 40) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dprof_reset.c13 fd = open("/dev/null", O_WRONLY);
/fuchsia/zircon/system/host/netprotocol/
H A Dnetcp.c66 int fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/fuchsia/zircon/system/ulib/fvm/
H A Dfvm-lz4.cpp311 outfd.reset(open(outfile, O_WRONLY | O_CREAT | O_EXCL, 0644));
/fuchsia/zircon/system/ulib/tftp/
H A Dtftp-example.c181 int fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC,
/fuchsia/zircon/system/utest/fs-bench/
H A Dfs-bench.cpp40 fbl::unique_fd fd(open(GetBigFilePath(*fixture).c_str(), O_CREAT | O_WRONLY));
/fuchsia/zircon/system/uapp/netdump/
H A Dnetdump.c369 options->dumpfile = open(argv[0], O_WRONLY | O_CREAT);
/fuchsia/zircon/system/ulib/fs-host/
H A Dcommon.cpp391 depfile_.reset(open(buf, O_CREAT|O_TRUNC|O_WRONLY, 0644));
/fuchsia/zircon/system/core/netsvc/
H A Dtftp.c334 if (netfile_open(filename, O_WRONLY, NULL) == 0) {
/fuchsia/zircon/system/host/minfs/
H A Dmain.cpp89 if (FileWrapper::Open(dst_path, O_WRONLY | O_CREAT | O_EXCL, 0644, &dst) < 0) {
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c183 static_assert(!(O_WRONLY & ZXIO_FS_MASK), "Unexpected collision with ZXIO_FS_MASK");
205 case O_WRONLY:
227 result |= O_WRONLY;
1326 if ((r = __fdio_open_at(&io, dirfd, path, O_WRONLY, 0)) < 0) {
/fuchsia/zircon/system/ulib/minfs/
H A Dhost.cpp179 case O_WRONLY:
/fuchsia/zircon/system/ulib/runtests-utils/
H A Dfuchsia-run-test.cpp417 fbl::unique_fd fd{openat(sink_dir_fd.get(), filename, O_WRONLY | O_CREAT | O_EXCL, 0666)};
/fuchsia/zircon/system/utest/fs/
H A Dtest-mmap.cpp325 fd = open("::myfile", O_WRONLY);
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp661 fd.reset(open(info->path, O_WRONLY));
725 fd.reset(open(info->path, O_WRONLY));
1803 fd.reset(open(info->path, O_WRONLY));
1844 fd.reset(open(info->path, O_WRONLY));
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp272 fbl::unique_fd fd(open(outfile, O_WRONLY | O_CREAT | O_TRUNC, 0666));
275 fd.reset(open(outfile, O_WRONLY | O_CREAT | O_TRUNC, 0666));

Completed in 198 milliseconds

12