Searched refs:WrOnly (Results 1 – 10 of 10) sorted by relevance
/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/compiler-rt/lib/stats/ |
D | stats.cc | 48 stats_fd = OpenFile(path.data(), WrOnly, &err); in OpenStatsFile()
|
/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/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.cc | 162 fd_t fd = OpenFile(filename.data(), WrOnly); in BackgroundThread()
|