Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp2418 int outputLastRuleIndex = outputRules.size() - 1; in iptablesFirewallChildChainsLastRuleExists() local
2420 if (inputLastRuleIndex < 0 || outputLastRuleIndex < 0) return false; in iptablesFirewallChildChainsLastRuleExists()
2422 if (outputRules[outputLastRuleIndex].find(chainName) != std::string::npos) { in iptablesFirewallChildChainsLastRuleExists()