Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_mapping_libcdep.cc104 fd_t map_fd = OpenFile(tmp_path.data(), WrOnly, &err); in CovUpdateMapping()
Dsanitizer_posix.cc178 case WrOnly: flags = O_WRONLY | O_CREAT; break; in OpenFile()
Dsanitizer_common.cc67 fd = OpenFile(full_path, WrOnly); in ReopenIfNecessary()
Dsanitizer_win.cc470 } else if (mode == WrOnly) { in OpenFile()
Dsanitizer_common.h217 WrOnly, enumerator
Dsanitizer_coverage_libcdep.cc584 fd_t fd = OpenFile(path->data(), WrOnly, &err); in CovOpenFile()
/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.cc386 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()