Searched refs:popenFunction (Results 1 – 3 of 3) sorted by relevance
228 static FILE *(*popenFunction)(const char *, const char *); variable
38 BandwidthController::popenFunction = fake_popen; in BandwidthControllerTest()
68 auto BandwidthController::popenFunction = popen; member in BandwidthController1247 iptOutput = popenFunction(fullCmd.c_str(), "r"); in getTetherStats()1282 iptOutput = popenFunction(fullCmd.c_str(), "r"); in flushExistingCostlyTables()