Searched refs:nsTest (Results 1 – 1 of 1) sorted by relevance
/system/netd/tests/ |
D | netd_test.cpp | 66 static void nsTest(int flags, bool success, thread_t newThread) { in nsTest() function 85 nsTest(CLONE_NEWNS, true, thread); in TEST() 90 nsTest(CLONE_NEWUTS, true, thread); in TEST() 95 nsTest(CLONE_NEWNET, true, thread); in TEST() 100 nsTest(CLONE_NEWUSER, false, thread); in TEST() 105 nsTest(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWNET, true, thread); in TEST()
|