Home | Sort by relevance Sort by last modified time |
/external/v8/test/cctest/ | |
test-log.cc | 61 temp_file_(NULL), 75 if (temp_file_ != NULL) fclose(temp_file_); 87 temp_file_ = logger_->TearDown(); 88 CHECK_NE(NULL, temp_file_); 89 fflush(temp_file_); 90 rewind(temp_file_); 91 return temp_file_; 105 FILE* temp_file_; member in class:__anon19259::ScopedLoggerInitializer |
/system/core/base/ | |
logging_test.cpp | 45 return temp_file_.fd; 60 TemporaryFile temp_file_; member in class:CapturedStderr |