Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/mkdir/
Dmkdir09.c78 static int child_groups = 2; variable
105 child_groups = atoi(opt_child_groups); in main()
162 if ((pidlist = malloc((child_groups * NCHILD) * sizeof(int))) == in runtest()
169 for (j = 0; j < child_groups; j++) { in runtest()
/third_party/python/Lib/test/
Dtest_subprocess.py1998 child_groups = json.loads(output)
2007 self.assertEqual(set(child_groups), set(parent_groups))
2009 self.assertEqual(set(desired_gids), set(child_groups))