Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dcolorprint.cc133 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColorPrintf() local
137 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColorPrintf()
144 SetConsoleTextAttribute(stdout_handle, in ColorPrintf()
150 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColorPrintf()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DProcessLauncherWindows.cpp72 HANDLE stdout_handle = GetStdioHandle(launch_info, STDOUT_FILENO); in LaunchProcess() local
82 stdout_handle ? stdout_handle : ::GetStdHandle(STD_OUTPUT_HANDLE); in LaunchProcess()
136 if (stdout_handle) in LaunchProcess()
137 ::CloseHandle(stdout_handle); in LaunchProcess()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3051 const HANDLE stdout_handle = GetStdHandle(STD_OUTPUT_HANDLE); in ColoredPrintf() local
3055 GetConsoleScreenBufferInfo(stdout_handle, &buffer_info); in ColoredPrintf()
3063 SetConsoleTextAttribute(stdout_handle, new_color); in ColoredPrintf()
3069 SetConsoleTextAttribute(stdout_handle, old_color_attrs); in ColoredPrintf()