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

/bind-9.6-ESV-R11/unit/atf-src/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;

Completed in 11 milliseconds