Searched refs:IPTABLES_PATH (Results 1 – 1 of 1) sorted by relevance
/system/netd/tests/ |
D | binder_test.cpp | 83 #define IPTABLES_PATH "/system/bin/iptables" macro 513 size_t minSize = (std::string(binary) == IPTABLES_PATH) ? 3 : 9; in bandwidthDataSaverEnabled() 531 const int enabled4 = bandwidthDataSaverEnabled(IPTABLES_PATH); in getDataSaverState() 1130 for (const auto& binary : { IPTABLES_PATH, IP6TABLES_PATH }) { in expectNoTestCounterRules() 1168 runCommand(StringPrintf("%s -w -N tetherctrl_counters", IPTABLES_PATH)); in TEST_F() 1180 addTetherCounterValues(IPTABLES_PATH, intIface1, extIface1, 123, 111); in TEST_F() 1182 addTetherCounterValues(IPTABLES_PATH, extIface1, intIface1, 321, 222); in TEST_F() 1188 addTetherCounterValues(IPTABLES_PATH, intIface2, extIface2, 1000, 333); in TEST_F() 1191 addTetherCounterValues(IPTABLES_PATH, extIface2, intIface2, 2000, 444); in TEST_F() 1206 for (const auto& path : { IPTABLES_PATH, IP6TABLES_PATH }) { in TEST_F() [all …]
|