Searched refs:fake_popen (Results 1 – 3 of 3) sorted by relevance
37 static FILE *fake_popen(const char *cmd, const char *type);
87 FILE *IptablesBaseTest::fake_popen(const char * /* cmd */, const char *type) { in fake_popen() function in IptablesBaseTest
44 BandwidthController::popenFunction = fake_popen; in BandwidthControllerTest()