Lines Matching refs:logcat_executable

45 #ifndef logcat_executable
47 #define logcat_executable "logcat" macro
85 RLOGE(logcat_executable); in TEST()
86 SLOGE(logcat_executable); in TEST()
87 ALOGE(logcat_executable); in TEST()
88 __android_log_bswrite(0, logcat_executable ".inject.buckets"); in TEST()
91 ASSERT_TRUE(NULL != (fp = popen(logcat_executable in TEST()
125 RLOGE(logcat_executable); in TEST()
126 SLOGE(logcat_executable); in TEST()
127 ALOGE(logcat_executable); in TEST()
131 logcat_executable in TEST()
199 … (fp = popen(logcat_executable " -v long -v year -b all -t 3 2>/dev/null", "r"))); in TEST()
256 ASSERT_TRUE(NULL != (fp = popen(logcat_executable in TEST()
283 (fp = popen(logcat_executable in TEST()
450 do_tail_time(logcat_executable " -v long -v nsec -b all"); in TEST()
454 do_tail_time(logcat_executable " -v long -v nsec -v epoch -b all"); in TEST()
466 (fp = popen(logcat_executable " -v brief -b events -t 100 2>/dev/null", "r"))); in TEST()
503 EXPECT_TRUE(NULL != (fp[num] = popen(logcat_executable " -v brief -b events -t 100", "r"))); in TEST()
614 ASSERT_EQ(4, get_groups(logcat_executable in TEST()
622 4, get_groups(logcat_executable in TEST()
629 logcat_executable in TEST()
785 static const char comm[] = logcat_executable in TEST()
831 static const char logcat_cmd[] = logcat_executable in TEST()
891 logcat_executable " -b all -v nsec -d -f %s/%s -n 256 -r 1024"; in TEST()
1017 logcat_executable " -b all -d -f %s/%s -n %d -r 1"; in TEST()
1121 logcat_executable " -b all -d -f %s/%s -n 32 -r 1 --id=test"; in TEST()
1123 logcat_executable " -b all -t 10 -f %s/%s -n 32 -r 1 --id=test"; in TEST()
1167 static const char command[] = logcat_executable in TEST()
1306 FILE* fp = popen(logcat_executable " -p 2>/dev/null", "r"); in get_prune_rules()
1340 snprintf(buffer, sizeof(buffer), logcat_executable " -P '%s' 2>&1", in set_prune_rules()
1402 #define logcat_regex_prefix logcat_executable "_test" in TEST()
1405 logcat_executable " --pid %d -d -e " logcat_regex_prefix "_a+b", in TEST()
1443 logcat_executable " --pid %d -d --max-count 3", getpid()); in TEST()
1478 … FILE* fp = popen(logcat_executable " -v brief -b events -v descriptive -t 100 2>/dev/null", "r"); in End_to_End()
1548 static const char id[] = logcat_executable ".descriptive-sync"; in TEST()
1672 size_t logcatHelpTextSize = commandOutputSize(logcat_executable " -h 2>&1"); in TEST()
1675 commandOutputSize(logcat_executable " -L -h 2>&1"); in TEST()
1717 command = android::base::StringPrintf(logcat_executable in UidsInLog()
1721 command = logcat_executable " -v uid -b all -d 2>/dev/null"; in UidsInLog()