HomeSort by relevance Sort by last modified time
    Searched defs:CapturedStderr (Results 1 - 2 of 2) sorted by null

  /system/core/base/include/android-base/
test_utils.h 51 class CapturedStderr {
53 CapturedStderr();
54 ~CapturedStderr();
65 DISALLOW_COPY_AND_ASSIGN(CapturedStderr);
  /system/core/base/
test_utils.cpp 112 CapturedStderr::CapturedStderr() : old_stderr_(-1) {
116 CapturedStderr::~CapturedStderr() {
120 int CapturedStderr::fd() const {
124 void CapturedStderr::init() {
135 void CapturedStderr::reset() {

Completed in 198 milliseconds