Home
last modified time | relevance | path

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

/system/core/logcat/tests/
Dliblogcat_test.cpp20 #define logcat_popen(context, command) android_logcat_popen(&context, command)
Dexec_benchmark.cpp42 FILE* fp = android_logcat_popen(&ctx, cmd); in logcat_popen_liblogcat()
/system/core/logcat/include/log/
Dlogcat.h113 FILE* android_logcat_popen(android_logcat_context* ctx, const char* command);
/system/core/logcat/
Dlogcat_system.cpp68 FILE* android_logcat_popen(android_logcat_context* ctx, const char* command) { in android_logcat_popen() function