HomeSort by relevance Sort by last modified time
    Searched refs:error_fd (Results 1 - 3 of 3) sorted by null

  /system/core/logcat/
logcat.cpp 91 int error_fd; // duplication of fileno(error) (below) member in struct:android_logcat_context_internal
136 context->error_fd = -1;
172 if (context->output_fd == context->error_fd) {
203 context->error_fd = -1;
205 if (context->output && (context->error_fd == fileno(context->output))) {
206 context->error_fd = -1;
208 if (context->error_fd == context->output_fd) {
209 context->error_fd = -1;
214 if (context->error_fd == fileno(context->error)) {
215 context->error_fd = -1
    [all...]
  /external/toybox/toys/pending/
dhcp.c 786 goto error_fd;
794 goto error_fd;
799 goto error_fd;
802 error_fd:
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py 834 error_fd = cStringIO.StringIO(request.text)
837 error_fd)
    [all...]

Completed in 166 milliseconds