Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dfilesystem_test_helper.hpp109 scoped_test_env() : test_root(random_env_path()) in scoped_test_env()
110 { fs_helper_run(fs_make_cmd("init_test_directory", test_root)); } in scoped_test_env()
113 { fs_helper_run(fs_make_cmd("destroy_test_directory", test_root)); } in ~scoped_test_env()
122 std::string const& root = test_root.native(); in sanitize_path()
125 fs::path tmp(test_root); in sanitize_path()
178 fs::path const test_root; member
/external/v8/tools/testrunner/local/
Dutils.py39 def GetSuitePaths(test_root): argument
40 return [ f for f in os.listdir(test_root) if isdir(join(test_root, f)) ]
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_empty/
Dis_empty.pass.cpp55 TEST_CHECK(is_empty(env.test_root)); in TEST_CASE()
57 TEST_CHECK(!is_empty(env.test_root)); in TEST_CASE()
/external/e2fsprogs/lib/ext2fs/
Dclosefs.c23 static int test_root(unsigned int a, unsigned int b) in test_root() function
50 if (test_root(group, 3) || (test_root(group, 5)) || in ext2fs_bg_has_super()
51 test_root(group, 7)) in ext2fs_bg_has_super()
/external/clang/utils/perf-training/
Dlit.cfg37 config.substitutions.append( ('%test_root', config.test_exec_root ) )
Dorder-files.lit.cfg39 config.substitutions.append( ('%test_root', config.test_exec_root ) )
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory/
Dcreate_directory_with_attributes.pass.cpp64 permissions(env.test_root, perms::remove_perms | perms::set_gid); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy/
Dcopy.pass.cpp80 const path t = env.test_root; in TEST_CASE()
/external/selinux/libsepol/cil/test/unit/
DCilTest.c88 void gen_test_tree(struct cil_tree **test_root, char *line[]) { in gen_test_tree() argument
129 *test_root = new_tree; in gen_test_tree()
/external/python/cpython3/Lib/test/
Dtest_pathlib.py634 def test_root(self): member in PurePosixPathTest
883 def test_root(self): member in PureWindowsPathTest