Home
last modified time | relevance | path

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

/system/netd/server/
DControllers.cpp108 static const std::regex CHILD_CHAIN_REGEX("^-A ([^ ]+) -j ([^ ]+)$", variable
145 if (std::regex_search(rule, matches, CHILD_CHAIN_REGEX) && matches[1] == parentChain) { in findExistingChildChains()