Lines Matching refs:logcat_executable
47 #ifndef logcat_executable
49 #define logcat_executable "logcat" macro
87 RLOGE(logcat_executable); in TEST()
88 SLOGE(logcat_executable); in TEST()
89 ALOGE(logcat_executable); in TEST()
90 __android_log_bswrite(0, logcat_executable ".inject.buckets"); in TEST()
93 ASSERT_TRUE(NULL != (fp = popen(logcat_executable in TEST()
127 RLOGE(logcat_executable); in TEST()
128 SLOGE(logcat_executable); in TEST()
129 ALOGE(logcat_executable); in TEST()
133 logcat_executable in TEST()
196 … (fp = popen(logcat_executable " -v long -v year -b all -t 3 2>/dev/null", "r"))); in TEST()
253 ASSERT_TRUE(NULL != (fp = popen(logcat_executable in TEST()
280 (fp = popen(logcat_executable in TEST()
447 do_tail_time(logcat_executable " -v long -v nsec -b all"); in TEST()
451 do_tail_time(logcat_executable " -v long -v nsec -v epoch -b all"); in TEST()
463 (fp = popen(logcat_executable " -v brief -b events -t 100 2>/dev/null", "r"))); in TEST()
499 EXPECT_TRUE(NULL != (fp[num] = popen(logcat_executable " -v brief -b events -t 100", "r"))); in TEST()
610 ASSERT_EQ(4, get_groups(logcat_executable in TEST()
618 4, get_groups(logcat_executable in TEST()
625 logcat_executable in TEST()
781 static const char comm[] = logcat_executable in TEST()
827 static const char logcat_cmd[] = logcat_executable in TEST()
887 logcat_executable " -b all -v nsec -d -f %s/%s -n 256 -r 1024"; in TEST()
1013 logcat_executable " -b all -d -f %s/%s -n %d -r 1"; in TEST()
1117 logcat_executable " -b all -d -f %s/%s -n 32 -r 1 --id=test"; in TEST()
1119 logcat_executable " -b all -t 10 -f %s/%s -n 32 -r 1 --id=test"; in TEST()
1163 static const char command[] = logcat_executable in TEST()
1301 FILE* fp = popen(logcat_executable " -p 2>/dev/null", "r"); in get_prune_rules()
1335 snprintf(buffer, sizeof(buffer), logcat_executable " -P '%s' 2>&1", in set_prune_rules()
1397 #define logcat_regex_prefix logcat_executable "_test" in TEST()
1400 logcat_executable " --pid %d -d -e " logcat_regex_prefix "_a+b", in TEST()
1438 logcat_executable " --pid %d -d --max-count 3", getpid()); in TEST()
1473 … FILE* fp = popen(logcat_executable " -v brief -b events -v descriptive -t 100 2>/dev/null", "r"); in End_to_End()
1543 static const char id[] = logcat_executable ".descriptive-sync"; in TEST()
1667 size_t logcatHelpTextSize = commandOutputSize(logcat_executable " -h 2>&1"); in TEST()
1670 commandOutputSize(logcat_executable " -L -h 2>&1"); in TEST()
1712 command = android::base::StringPrintf(logcat_executable in UidsInLog()
1716 command = logcat_executable " -v uid -b all -d 2>/dev/null"; in UidsInLog()