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

/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp233 const std::string action_str = arg.substr(0, delimiter); local
234 const std::string action = negated ? action_str.substr(4) : action_str;
283 const std::string action_str = arg.substr(0, delimiter); local
284 const std::string action = negated ? action_str.substr(4) : action_str;

Completed in 835 milliseconds