Home
last modified time | relevance | path

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

/system/netd/tests/
Dnetd_test.cpp82 static void nsTest(int flags, bool success, thread_t newThread) { in nsTest() function
101 nsTest(CLONE_NEWNS, true, thread); in TEST()
106 nsTest(CLONE_NEWUTS, true, thread); in TEST()
111 nsTest(CLONE_NEWNET, true, thread); in TEST()
116 nsTest(CLONE_NEWUSER, false, thread); in TEST()
121 nsTest(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWNET, true, thread); in TEST()