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

  /system/core/logcat/tests/
liblogcat_test.cpp 20 #define logcat_popen(context, command) android_logcat_popen(&(context), command) macro
logcat_test.cpp 40 #ifndef logcat_popen
42 #define logcat_popen(context, command) popen((command), "r") macro
94 (fp = logcat_popen(
138 ASSERT_TRUE(NULL != (fp = logcat_popen(ctx, command.c_str())));
208 ASSERT_TRUE(NULL != (fp = logcat_popen(
274 (fp = logcat_popen(ctx, logcat_executable
301 ASSERT_TRUE(NULL != (fp = logcat_popen(ctx, logcat_executable
334 ASSERT_TRUE(NULL != (fp = logcat_popen(ctx, buffer)));
381 ASSERT_TRUE(NULL != (fp = logcat_popen(ctx, buffer)));
405 ASSERT_TRUE(NULL != (fp = logcat_popen(ctx, buffer)))
    [all...]

Completed in 104 milliseconds