Searched refs:cleanup_cmd (Results 1 – 1 of 1) sorted by relevance
/system/logging/logcat/tests/ |
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() 958 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 1031 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() 1039 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST() [all …]
|