Home | History | Annotate | Download | only in app

Lines Matching refs:LOG

22 #include <utils/Log.h>
59 LOG(LOG_WARN, "pipe", "failed closing read handle (%ld)\n",
65 LOG(LOG_WARN, "pipe", "failed closing write handle (%ld)\n",
71 LOG(LOG_WARN, "pipe", "failed closing read fd (%d)\n",
76 LOG(LOG_WARN, "pipe", "failed closing write fd (%d)\n",
102 LOG(LOG_ERROR, "pipe", "unable to create pipe\n");
112 LOG(LOG_ERROR, "pipe", "unable to create pipe\n");
170 LOG(LOG_ERROR, "pipe", "PeekNamedPipe failed\n");
184 LOG(LOG_ERROR, "pipe", "ReadFile failed (err=%ld)\n", err);
207 * DO NOT use LOG() here, we could be writing a log message.
223 // can't LOG, use stderr
255 LOG(LOG_ERROR, "pipe", "PeekNamedPipe failed\n");
271 LOG(LOG_ERROR, "pipe", "select() failed\n");
280 LOG(LOG_ERROR, "pipe", "HUH? select() returned > 1\n");
305 LOG(LOG_ERROR, "pipe", "couldn't get flags for pipe read fd\n");
313 LOG(LOG_ERROR, "pipe", "couldn't set flags for pipe read fd\n");
337 LOG(LOG_WARN, "pipe",
347 LOG(LOG_WARN, "pipe",
403 LOG(LOG_WARN, "pipe", "failed closing read handle\n");
410 LOG(LOG_WARN, "pipe", "failed closing read fd\n");
430 LOG(LOG_WARN, "pipe", "failed closing write handle\n");
437 LOG(LOG_WARN, "pipe", "failed closing write fd\n");