Searched refs:cleanup_cmd (Results 1 – 1 of 1) sorted by relevance
/system/core/logcat/tests/ |
D | logcat_test.cpp | 675 static const char cleanup_cmd[] = "rm -rf %s"; in TEST() local 682 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 690 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 714 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 723 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 730 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 770 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 783 static const char cleanup_cmd[] = "rm -rf %s"; in TEST() local 794 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 801 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() [all …]
|