Home
last modified time | relevance | path

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

/system/netd/tests/
Dbinder_test.cpp82 #define IP6TABLES_PATH "/system/bin/ip6tables" macro
532 const int enabled6 = bandwidthDataSaverEnabled(IP6TABLES_PATH); in getDataSaverState()
1130 for (const auto& binary : { IPTABLES_PATH, IP6TABLES_PATH }) { in expectNoTestCounterRules()
1169 runCommand(StringPrintf("%s -w -N tetherctrl_counters", IP6TABLES_PATH)); in TEST_F()
1181 addTetherCounterValues(IP6TABLES_PATH, intIface1, extIface1, 456, 10); in TEST_F()
1183 addTetherCounterValues(IP6TABLES_PATH, extIface1, intIface1, 654, 20); in TEST_F()
1189 addTetherCounterValues(IP6TABLES_PATH, intIface2, extIface2, 3000, 30); in TEST_F()
1192 addTetherCounterValues(IP6TABLES_PATH, extIface2, intIface2, 4000, 40); in TEST_F()
1194 addTetherCounterValues(IP6TABLES_PATH, intIface3, extIface2, 1000, 25); in TEST_F()
1195 addTetherCounterValues(IP6TABLES_PATH, extIface2, intIface3, 2000, 35); in TEST_F()
[all …]