Home | History | Annotate | Download | only in adb

Lines Matching defs:stderr_handle

1075     HANDLE                stdout_handle, stderr_handle;
1107 stderr_handle = GetStdHandle( STD_ERROR_HANDLE );
1111 if (stderr_handle != INVALID_HANDLE_VALUE) {
1112 SetHandleInformation( stderr_handle, HANDLE_FLAG_INHERIT, 0 );