Home
last modified time | relevance | path

Searched refs:regexScript (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp812 bool AbilityManagerShellCommand::MatchOrderString(const std::regex &regexScript, const std::string … in MatchOrderString() argument
821 if (!std::regex_match(orderCmd, matchResults, regexScript)) { in MatchOrderString()