Searched refs:clear_failures (Results 1 – 1 of 1) sorted by relevance
1038 std::vector<std::string> clear_failures; in Run() local1054 ReportErrorName(buffer_name, security_buffer_selected, &clear_failures); in Run()1089 if (!clear_failures.empty()) { in Run()1090 error(EXIT_FAILURE, 0, "failed to clear the '%s' log%s.", Join(clear_failures, ",").c_str(), in Run()1091 clear_failures.size() > 1 ? "s" : ""); in Run()