Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp119 fd_t fd = OpenFile(tmpfile, WrOnly); in TEST()
124 fd = OpenFile(tmpfile, WrOnly); in TEST()
361 fd_t fd = OpenFile(tmpfile, WrOnly); in TEST()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h53 WrOnly, enumerator
H A Dsanitizer_file.cpp66 fd = OpenFile(full_path, WrOnly, &err); in ReopenIfNecessary()
H A Dsanitizer_coverage_libcdep_new.cpp34 fd_t fd = OpenFile(path, WrOnly, &err); in OpenFile()
H A Dsanitizer_posix.cpp162 case WrOnly: flags = O_WRONLY | O_CREAT | O_TRUNC; break; in OpenFile()
H A Dsanitizer_win.cpp747 } else if (mode == WrOnly) { in OpenFile()
/llvm-project-15.0.7/compiler-rt/lib/stats/
H A Dstats.cpp48 stats_fd = OpenFile(path.data(), WrOnly, &err); in OpenStatsFile()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.cpp190 ctx->memprof_fd = OpenFile(filename.data(), WrOnly); in InitializeMemoryProfiler()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp447 ctx->memprof_fd = OpenFile(filename.data(), WrOnly); in InitializeMemoryProfiler()