Home
last modified time | relevance | path

Searched refs:WrOnly (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_mapping_libcdep.cc99 fd_t map_fd = OpenFile(tmp_path.data(), WrOnly, &err); in CovUpdateMapping()
Dsanitizer_posix.cc212 case WrOnly: flags = O_WRONLY | O_CREAT; break; in OpenFile()
Dsanitizer_common.cc62 fd = OpenFile(full_path, WrOnly); in ReopenIfNecessary()
Dsanitizer_win.cc551 } else if (mode == WrOnly) { in OpenFile()
Dsanitizer_common.h223 WrOnly, enumerator
Dsanitizer_coverage_libcdep.cc601 fd_t fd = OpenFile(path->data(), WrOnly, &err); in CovOpenFile()
/external/compiler-rt/lib/stats/
Dstats.cc48 stats_fd = OpenFile(path.data(), WrOnly, &err); in OpenStatsFile()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc95 fd_t fd = OpenFile(tmpfile, WrOnly); in TEST()
/external/compiler-rt/lib/dfsan/
Ddfsan.cc387 fd_t fd = OpenFile(flags().dump_labels_at_exit, WrOnly); in dfsan_fini()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc162 fd_t fd = OpenFile(filename.data(), WrOnly); in BackgroundThread()