Searched refs:test_root (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dsparse.c18 static int test_root(int a, int b) function
37 if (test_root(group_block, 3) || (test_root(group_block, 5)) ||
38 test_root(group_block, 7))
H A Dclosefs.c22 static int test_root(int a, int b) function
41 if (test_root(group_block, 3) || (test_root(group_block, 5)) ||
42 test_root(group_block, 7))
/external/chromium/base/
H A Dfile_util_unittest.cc1531 FilePath test_root = local
1535 test_root.Append(FILE_PATH_LITERAL("dir\\tree\\likely\\doesnt\\exist\\"));
1538 test_root.Append(FILE_PATH_LITERAL("dir/tree/likely/doesnt/exist/"));
1554 EXPECT_TRUE(file_util::Delete(test_root, true));
1555 EXPECT_FALSE(file_util::PathExists(test_root));
1563 FilePath top_level = test_root;
1587 FilePath test_root = local
1589 EXPECT_FALSE(file_util::PathExists(test_root));
1590 EXPECT_TRUE(file_util::CreateDirectory(test_root));
1591 EXPECT_TRUE(file_util::PathExists(test_root));
[all...]
/external/v8/tools/
H A Dtest.py1393 def GetSuites(test_root):
1396 return [ f for f in os.listdir(test_root) if IsSuite(join(test_root, f)) ]

Completed in 161 milliseconds