Lines Matching refs:logcat_cmd
831 static const char logcat_cmd[] = logcat_executable in TEST() local
834 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd)]; in TEST()
835 snprintf(command, sizeof(command), logcat_cmd, tmp_out_dir); in TEST()
890 static const char logcat_cmd[] = in TEST() local
893 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + sizeof(log_filename)]; in TEST()
894 snprintf(command, sizeof(command), logcat_cmd, tmp_out_dir, log_filename); in TEST()
945 snprintf(command, sizeof(command), logcat_cmd, tmp_out_dir, log_filename); in TEST()
1016 static const char logcat_cmd[] = in TEST() local
1020 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + in TEST()
1025 snprintf(command, sizeof(command) - sizeof(clear_cmd), logcat_cmd, in TEST()
1090 static int logrotate_count_id(const char* logcat_cmd, const char* tmp_out_dir) { in logrotate_count_id() argument
1092 char command[strlen(tmp_out_dir) + strlen(logcat_cmd) + in logrotate_count_id()
1095 snprintf(command, sizeof(command), logcat_cmd, tmp_out_dir, log_filename); in logrotate_count_id()
1120 static const char logcat_cmd[] = in TEST() local
1130 EXPECT_EQ(logrotate_count_id(logcat_cmd, tmp_out_dir), 34); in TEST()