Searched refs:log_filename (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/logging/logcat/tests/ |
H A D | logcat_test.cpp | 868 if (!strncmp(buffer, log_filename, strlen(log_filename))) { in TEST() 889 static const char log_filename[] = "log.txt"; in TEST() local 967 if (strncmp(entry->d_name, log_filename, sizeof(log_filename) - 1)) { in TEST() 1014 static const char log_filename[] = "log.txt"; in TEST() local 1026 tmp_out_dir, log_filename, num_val); in TEST() 1046 if (strncmp(entry->d_name, log_filename, sizeof(log_filename) - 1)) { in TEST() 1077 if (strncmp(entry->d_name, log_filename, sizeof(log_filename) - 1)) { in TEST() 1091 static const char log_filename[] = "log.txt"; in logrotate_count_id() local 1093 strlen(log_filename) + 32]; in logrotate_count_id() 1111 if (strncmp(entry->d_name, log_filename, sizeof(log_filename) - 1)) { in logrotate_count_id() [all …]
|