Home
last modified time | relevance | path

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

/tests/subsys/fs/common/
A Dtest_fs_dirops.c148 struct testfs_path root; in check_rename() local
184 zassert_equal(testfs_path_init(&root, mp, in check_rename()
187 root.path, in check_rename()
190 zassert_equal(fs_mkdir(root.path), in check_rename()
193 zassert_equal(testfs_build(&root, from_bcmd), in check_rename()
201 testfs_path_extend(testfs_path_copy(&from_path, &root), in check_rename()
204 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
225 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
240 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
255 testfs_path_extend(testfs_path_copy(&to_path, &root), in check_rename()
[all …]
A Dtest_fs_util.c225 int testfs_build(struct testfs_path *root, in testfs_build() argument
237 testfs_path_extend(root, in testfs_build()
242 root->path, cp->size, cp->value, rc); in testfs_build()
247 testfs_path_extend(root, "..", TESTFS_PATH_END); in testfs_build()
251 root->path, rc); in testfs_build()
256 testfs_path_extend(root, in testfs_build()
259 rc = fs_mkdir(root->path); in testfs_build()
260 TC_PRINT("mkdir %s: %d\n", root->path, rc); in testfs_build()
265 TC_PRINT("exit directory %s\n", root->path); in testfs_build()
266 testfs_path_extend(root, "..", TESTFS_PATH_END); in testfs_build()
A Dtest_fs_util.h231 int testfs_build(struct testfs_path *root,
/tests/benchmarks/data_structure_perf/rbtree_perf/src/
A Drbtree_perf.c134 static void verify_rbtree_perf(struct rbnode *root, struct rbnode *test) in verify_rbtree_perf() argument
138 node_height = search_height_recurse(root, test, node_height); in verify_rbtree_perf()
192 struct rbnode *root = test_rbtree.root; in ZTEST() local
196 verify_rbtree_perf(root, test); in ZTEST()
199 verify_rbtree_perf(root, test); in ZTEST()
207 verify_rbtree_perf(root, test); in ZTEST()
/tests/cmake/snippets/
A Dtestcase.yaml17 # Test the `foo` snippet from the default application snippet root
22 # Test the `bar` snippet from an extra snippet root
A DKconfig23 Test the `foo` snippet from the default application snippet root.
28 Test the `bar` snippet from an extra snippet root.
/tests/unit/rbtree/
A Dmain.c126 _CHECK(test_rbtree.root); in check_rb()
127 _CHECK(z_rb_is_black(test_rbtree.root)); in check_rb()
129 check_rbnode(test_rbtree.root, 0); in check_rb()
177 if (test_rbtree.root) { in _check_tree()
/tests/lib/newlib/thread_safety/
A DKconfig1 # Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io>
/tests/drivers/spi/spi_loopback/boards/
A Dsamd21_xpro.overlay2 * Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
A Dsamr21_xpro.overlay2 * Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
A Dsame54_xpro.overlay2 * Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
/tests/lib/cmsis_dsp/filtering/
A DKconfig1 # Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io>
/tests/lib/cmsis_dsp/transform/
A DKconfig1 # Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io>
/tests/lib/cmsis_dsp/matrix/
A DKconfig1 # Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io>
/tests/net/lib/lwm2m/interop/
A DREADME.md171 |LightweightM2M-1.1-int-235 - Read-Composite Operation on root path |:white_check_mark:| |

Completed in 27 milliseconds