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

  /system/core/logcat/tests/
liblogcat_test.cpp 20 #define logcat_popen(context, command) android_logcat_popen(&(context), command)
exec_benchmark.cpp 42 FILE* fp = android_logcat_popen(&ctx, cmd);
  /system/core/logcat/include/log/
logcat.h 107 * API above. The android_logcat_popen is a wrapper for the
113 FILE* android_logcat_popen(android_logcat_context* ctx, const char* command);
  /system/core/bootstat/
bootstat.cpp 722 FILE* fp = android_logcat_popen(&ctx, "logcat -b kernel -v brief -d");
    [all...]

Completed in 521 milliseconds