Home
last modified time | relevance | path

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

/system/netd/tests/
Dtest_utils.h32 int iptablesRuleLineLength(const char* binary, const char* chainName);
Dtest_utils.cpp71 int iptablesRuleLineLength(const char* binary, const char* chainName) { in iptablesRuleLineLength() function
Dbinder_test.cpp1305 EXPECT_EQ(0, iptablesRuleLineLength(binary, perUidChain.c_str())); in expectStrictSetUidAccept()
2424 EXPECT_EQ(2, iptablesRuleLineLength(binary, FIREWALL_INPUT)); in expectFirewallDenylistMode()
2425 EXPECT_EQ(2, iptablesRuleLineLength(binary, FIREWALL_OUTPUT)); in expectFirewallDenylistMode()
2426 EXPECT_EQ(2, iptablesRuleLineLength(binary, FIREWALL_FORWARD)); in expectFirewallDenylistMode()