Lines Matching refs:cleanup_cmd
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()
1061 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST()
1070 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST()
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()
1161 snprintf(command, sizeof(command), cleanup_cmd, tmp_out_dir); in TEST()