Home
last modified time | relevance | path

Searched refs:log_filename (Results 1 – 1 of 1) sorted by relevance

/system/logging/logcat/tests/
Dlogcat_test.cpp851 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()
[all …]