Searched refs:WrOnly (Results 1 – 20 of 20) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_file.h | 54 WrOnly, enumerator
|
D | sanitizer_coverage_libcdep_new.cpp | 32 fd_t fd = OpenFile(path, WrOnly, &err); in OpenFile()
|
D | sanitizer_file.cpp | 62 fd = OpenFile(full_path, WrOnly, &err); in ReopenIfNecessary()
|
D | sanitizer_rtems.cpp | 199 case WrOnly: flags = O_WRONLY | O_CREAT | O_TRUNC; break; in OpenFile()
|
D | sanitizer_posix.cpp | 159 case WrOnly: flags = O_WRONLY | O_CREAT | O_TRUNC; break; in OpenFile()
|
D | sanitizer_win.cpp | 709 } else if (mode == WrOnly) { in OpenFile()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_coverage_mapping_libcdep.cc | 99 fd_t map_fd = OpenFile(tmp_path.data(), WrOnly, &err); in CovUpdateMapping()
|
D | sanitizer_posix.cc | 212 case WrOnly: flags = O_WRONLY | O_CREAT; break; in OpenFile()
|
D | sanitizer_common.cc | 62 fd = OpenFile(full_path, WrOnly); in ReopenIfNecessary()
|
D | sanitizer_win.cc | 551 } else if (mode == WrOnly) { in OpenFile()
|
D | sanitizer_common.h | 223 WrOnly, enumerator
|
D | sanitizer_coverage_libcdep.cc | 601 fd_t fd = OpenFile(path->data(), WrOnly, &err); in CovOpenFile()
|
/external/llvm-project/compiler-rt/lib/stats/ |
D | stats.cpp | 48 stats_fd = OpenFile(path.data(), WrOnly, &err); in OpenStatsFile()
|
/external/compiler-rt/lib/stats/ |
D | stats.cc | 48 stats_fd = OpenFile(path.data(), WrOnly, &err); in OpenStatsFile()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_libc_test.cpp | 109 fd_t fd = OpenFile(tmpfile, WrOnly); in TEST() 114 fd = OpenFile(tmpfile, WrOnly); in TEST()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_libc_test.cc | 95 fd_t fd = OpenFile(tmpfile, WrOnly); in TEST()
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan.cc | 387 fd_t fd = OpenFile(flags().dump_labels_at_exit, WrOnly); in dfsan_fini()
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | dfsan.cpp | 477 fd_t fd = OpenFile(flags().dump_labels_at_exit, WrOnly); in dfsan_fini()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.cc | 162 fd_t fd = OpenFile(filename.data(), WrOnly); in BackgroundThread()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.cpp | 165 fd_t fd = OpenFile(filename.data(), WrOnly); in BackgroundThread()
|