Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp91 int error_fd; // duplication of fileno(error) (below) member
136 context->error_fd = -1; in create_android_logcat()
172 if (context->output_fd == context->error_fd) { in close_output()
203 context->error_fd = -1; in close_error()
205 if (context->output && (context->error_fd == fileno(context->output))) { in close_error()
206 context->error_fd = -1; in close_error()
208 if (context->error_fd == context->output_fd) { in close_error()
209 context->error_fd = -1; in close_error()
214 if (context->error_fd == fileno(context->error)) { in close_error()
215 context->error_fd = -1; in close_error()
[all …]