Lines Matching refs:log_filename
851 static const char log_filename[] = "log.txt"; in TEST() local
868 if (!strncmp(buffer, log_filename, strlen(log_filename))) { in TEST()
889 static const char log_filename[] = "log.txt"; 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()
904 snprintf(command, sizeof(command), "%s/%s", tmp_out_dir, log_filename); in TEST()
945 snprintf(command, sizeof(command), logcat_cmd, tmp_out_dir, log_filename); in TEST()
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
1021 sizeof(log_filename) + sizeof(clear_cmd) + 32]; in TEST()
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()
1095 snprintf(command, sizeof(command), logcat_cmd, tmp_out_dir, log_filename); in logrotate_count_id()
1111 if (strncmp(entry->d_name, log_filename, sizeof(log_filename) - 1)) { in logrotate_count_id()
1126 static const char log_filename[] = "log.txt"; in TEST() local
1133 char id_file[strlen(tmp_out_dir_form) + strlen(log_filename) + 5]; in TEST()
1134 snprintf(id_file, sizeof(id_file), "%s/%s.id", tmp_out_dir, log_filename); in TEST()