Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp821 DWORD bytes_written_32; in WriteToFile() local
822 if (!WriteFile(fd, buff, buff_size, &bytes_written_32, 0)) { in WriteToFile()
826 *bytes_written = bytes_written_32; in WriteToFile()