Searched refs:WrOnly (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_libc_test.cpp | 119 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 D | sanitizer_file.h | 53 WrOnly, enumerator
|
| H A D | sanitizer_file.cpp | 66 fd = OpenFile(full_path, WrOnly, &err); in ReopenIfNecessary()
|
| H A D | sanitizer_coverage_libcdep_new.cpp | 34 fd_t fd = OpenFile(path, WrOnly, &err); in OpenFile()
|
| H A D | sanitizer_posix.cpp | 162 case WrOnly: flags = O_WRONLY | O_CREAT | O_TRUNC; break; in OpenFile()
|
| H A D | sanitizer_win.cpp | 747 } else if (mode == WrOnly) { in OpenFile()
|
| /llvm-project-15.0.7/compiler-rt/lib/stats/ |
| H A D | stats.cpp | 48 stats_fd = OpenFile(path.data(), WrOnly, &err); in OpenStatsFile()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl.cpp | 190 ctx->memprof_fd = OpenFile(filename.data(), WrOnly); in InitializeMemoryProfiler()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl.cpp | 447 ctx->memprof_fd = OpenFile(filename.data(), WrOnly); in InitializeMemoryProfiler()
|