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