HomeSort by relevance Sort by last modified time
    Searched refs:WrOnly (Results 1 - 10 of 10) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 99 fd_t map_fd = OpenFile(tmp_path.data(), WrOnly, &err);
sanitizer_posix.cc 212 case WrOnly: flags = O_WRONLY | O_CREAT; break;
sanitizer_common.cc 62 fd = OpenFile(full_path, WrOnly);
sanitizer_win.cc 551 } else if (mode == WrOnly) {
sanitizer_common.h 223 WrOnly,
sanitizer_coverage_libcdep.cc 601 fd_t fd = OpenFile(path->data(), WrOnly, &err);
    [all...]
  /external/compiler-rt/lib/stats/
stats.cc 48 stats_fd = OpenFile(path.data(), WrOnly, &err);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 95 fd_t fd = OpenFile(tmpfile, WrOnly);
  /external/compiler-rt/lib/dfsan/
dfsan.cc 387 fd_t fd = OpenFile(flags().dump_labels_at_exit, WrOnly);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 162 fd_t fd = OpenFile(filename.data(), WrOnly);

Completed in 73 milliseconds