Searched refs:logrotate_count_id (Results 1 – 1 of 1) sorted by relevance
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 1090 static int logrotate_count_id(const char* logcat_cmd, const char* tmp_out_dir) { in logrotate_count_id() function 1130 EXPECT_EQ(logrotate_count_id(logcat_cmd, tmp_out_dir), 34); in TEST() 1131 EXPECT_EQ(logrotate_count_id(logcat_short_cmd, tmp_out_dir), 34); in TEST() 1137 EXPECT_EQ(logrotate_count_id(logcat_short_cmd, tmp_out_dir), 34); in TEST() 1140 EXPECT_EQ(logrotate_count_id(logcat_short_cmd, tmp_out_dir), 34); in TEST() 1150 ASSERT_EQ(34, logrotate_count_id(logcat_short_cmd, tmp_out_dir)); in TEST() 1156 (new_signature = logrotate_count_id(logcat_short_cmd, tmp_out_dir)), 2); in TEST()
|