Searched refs:iptablesRuleLineLength (Results 1 – 3 of 3) sorted by relevance
/system/netd/tests/ |
D | test_utils.h | 32 int iptablesRuleLineLength(const char* binary, const char* chainName);
|
D | test_utils.cpp | 71 int iptablesRuleLineLength(const char* binary, const char* chainName) { in iptablesRuleLineLength() function
|
D | binder_test.cpp | 1305 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()
|