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

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-sh/
H A Datf-check.cpp235 const std::string action_str = arg.substr(0, delimiter); local
236 const std::string action = negated ? action_str.substr(4) : action_str;
285 const std::string action_str = arg.substr(0, delimiter); local
286 const std::string action = negated ? action_str.substr(4) : action_str;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-sh/
H A Datf-check.cpp232 const std::string action_str = arg.substr(0, delimiter); local
233 const std::string action = negated ? action_str.substr(4) : action_str;
282 const std::string action_str = arg.substr(0, delimiter); local
283 const std::string action = negated ? action_str.substr(4) : action_str;

Completed in 122 milliseconds