Home
last modified time | relevance | path

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

/system/netd/server/
DIptablesBaseTest.h37 static FILE *fake_popen(const char *cmd, const char *type);
DIptablesBaseTest.cpp87 FILE *IptablesBaseTest::fake_popen(const char * /* cmd */, const char *type) { in fake_popen() function in IptablesBaseTest
DBandwidthControllerTest.cpp44 BandwidthController::popenFunction = fake_popen; in BandwidthControllerTest()