Searched refs:cleanup_cmd (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/logging/logcat/tests/ |
H A D | logcat_test.cpp | 892 static const char cleanup_cmd[] = "rm -rf %s"; in TEST() local 899 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 907 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 938 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 948 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 1004 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 1019 static const char cleanup_cmd[] = "rm -rf %s"; in TEST() local 1086 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 1159 static const char cleanup_cmd[] = "rm -rf %s"; in TEST() local 1160 char command[strlen(cleanup_cmd) + strlen(tmp_out_dir_form)]; in TEST() [all …]
|