HomeSort by relevance Sort by last modified time
    Searched refs:O_CREAT (Results 276 - 300 of 674) sorted by null

<<11121314151617181920>>

  /system/update_engine/payload_generator/
payload_file.cc 192 O_WRONLY | O_CREAT | O_TRUNC,
286 O_WRONLY | O_TRUNC | O_CREAT,
  /art/runtime/base/unix_file/
fd_file_test.cc 53 ASSERT_TRUE(file.Open(good_path, O_CREAT | O_WRONLY));
  /bootable/recovery/
roots.cpp 227 int fd = open(v->key_loc, O_WRONLY | O_CREAT, 0644);
  /build/tools/ijar/
zip_main.cc 132 fd = open(path, O_CREAT | O_WRONLY, perm);
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 231 open(filePath.string(), O_WRONLY | O_CREAT | O_TRUNC,
  /external/autotest/client/site_tests/firmware_TouchMTB/
authenticator.py 207 os.O_CREAT | os.O_WRONLY | os.O_TRUNC,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix_libcdep.cc 244 int fd = shm_open(shmname, O_RDWR | O_CREAT | O_TRUNC, S_IRWXU);
  /external/dhcpcd-6.8.2/
common.c 148 int f = O_CREAT | O_APPEND | O_TRUNC;
  /external/dnsmasq/src/
log.c 113 log_fd = open(log_file, O_WRONLY|O_CREAT|O_APPEND, S_IRUSR|S_IWUSR|S_IRGRP);
  /external/e2fsprogs/misc/
logsave.c 255 int openflags = O_CREAT|O_WRONLY|O_TRUNC;
  /external/elfutils/tests/
alldts.c 71 int fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, 0666);
  /external/fio/engines/
e4defrag.c 92 ed->donor_fd = open(donor_name, O_CREAT|O_WRONLY, 0644);
  /external/fio/
memory.c 141 td->mmapfd = open(td->o.mmapfile, O_RDWR|O_CREAT, 0644);
  /external/gptfdisk/
diskio-unix.cc 104 fd = open(realFilename.c_str(), O_WRONLY | O_CREAT, S_IWUSR | S_IRUSR | S_IRGRP | S_IROTH);
  /external/iproute2/
configure 305 dbopen("/tmp/xxx_test_db.db", O_CREAT|O_RDWR, 0644, DB_HASH, NULL);
  /external/libchrome/sandbox/linux/syscall_broker/
broker_process_unittest.cc 210 // It makes no sense to allow O_CREAT in a 2-parameters open. Ensure this
212 fd = open_broker.Open(kRW_WhiteListed, O_RDWR | O_CREAT);
624 fd = open_broker.Open(tempfile_name, O_RDWR | O_CREAT);
629 fd = open_broker.Open(tempfile_name, O_RDWR | O_CREAT | O_EXCL);
635 int bad_fd = open_broker.Open(tempfile_name, O_RDWR | O_CREAT | O_EXCL);
  /external/libdaemon/libdaemon/
dpid.c 230 if ((fd = open(fn, O_CREAT|O_RDWR|O_EXCL, 0644)) < 0) {
  /external/strace/tests/
xstatx.c 216 if (open(fname, O_RDWR | O_CREAT | O_TRUNC, 0640)) {
  /external/toybox/toys/pending/
ftpget.c 230 flags |= (TT.c)? O_APPEND : (O_CREAT | O_TRUNC);
tftpd.c 106 (O_WRONLY|O_TRUNC|O_CREAT) : (O_WRONLY|O_TRUNC)) , 0666);
  /external/vboot_reference/cgpt/
cgpt_nor.c 112 int dest_fd = open(dest, O_WRONLY | O_CLOEXEC | O_CREAT, 0600);
  /frameworks/av/cmds/stagefright/
muxer.cpp 79 int fd = open(outputFileName, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR);
recordvideo.cpp 311 int fd = open(fileName, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR);
  /frameworks/base/cmds/idmap/
create.cpp 35 int fd = TEMP_FAILURE_RETRY(open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644));
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_utils.c 295 filedes = open(framenumber, O_CREAT | O_WRONLY | O_SYNC | O_TRUNC, 0777);

Completed in 686 milliseconds

<<11121314151617181920>>