Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2615 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
2619 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
2626 SetConsoleTextAttribute(stdout_handle, in ColoredPrintf()
2632 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()