Searched refs:android_logcat_popen (Results 1 – 4 of 4) sorted by relevance
20 #define logcat_popen(context, command) android_logcat_popen(&context, command)
42 FILE* fp = android_logcat_popen(&ctx, cmd); in logcat_popen_liblogcat()
113 FILE* android_logcat_popen(android_logcat_context* ctx, const char* command);
68 FILE* android_logcat_popen(android_logcat_context* ctx, const char* command) { in android_logcat_popen() function