Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.h228 static FILE *(*popenFunction)(const char *, const char *); variable
DBandwidthControllerTest.cpp38 BandwidthController::popenFunction = fake_popen; in BandwidthControllerTest()
DBandwidthController.cpp68 auto BandwidthController::popenFunction = popen; member in BandwidthController
1247 iptOutput = popenFunction(fullCmd.c_str(), "r"); in getTetherStats()
1282 iptOutput = popenFunction(fullCmd.c_str(), "r"); in flushExistingCostlyTables()