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_common.cc61 fd = OpenFile(full_path, WrOnly); in ReopenIfNecessary()
Dsanitizer_posix.cc217 case WrOnly: flags = O_WRONLY | O_CREAT; break; in OpenFile()
Dsanitizer_win.cc405 if (mode != WrOnly) in OpenFile()
Dsanitizer_common.h199 WrOnly, enumerator
Dsanitizer_coverage_libcdep.cc574 fd_t fd = OpenFile(path->data(), WrOnly); in CovOpenFile()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc82 fd_t fd = OpenFile(tmpfile, WrOnly); in TEST()
/external/compiler-rt/lib/dfsan/
Ddfsan.cc336 fd_t fd = OpenFile(flags().dump_labels_at_exit, WrOnly); in dfsan_fini()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc156 fd_t fd = OpenFile(filename.data(), WrOnly); in BackgroundThread()