Searched refs:test_root (Results 1 – 4 of 4) sorted by relevance
39 def GetSuitePaths(test_root): argument40 return [ f for f in os.listdir(test_root) if isdir(join(test_root, f)) ]
22 static int test_root(unsigned int a, unsigned int b) in test_root() function42 if (test_root(group, 3) || (test_root(group, 5)) || in ext2fs_bg_has_super()43 test_root(group, 7)) in ext2fs_bg_has_super()
34 config.substitutions.append( ('%test_root', config.test_exec_root ) )
88 void gen_test_tree(struct cil_tree **test_root, char *line[]) { in gen_test_tree() argument129 *test_root = new_tree; in gen_test_tree()