Searched refs:machines (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Drequirements.cpp133 check_machine(const std::string& machines) argument
135 const std::vector< std::string > v = tools::text::split(machines, " ");
144 return "Requires the '" + machines + "' machine type";
146 return "Requires one of the '" + machines + "' machine types";

Completed in 1054 milliseconds