Searched refs:root (Results 1 – 15 of 15) sorted by relevance
| /tests/subsys/fs/common/ |
| A D | test_fs_dirops.c | 148 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 D | test_fs_util.c | 225 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 D | test_fs_util.h | 231 int testfs_build(struct testfs_path *root,
|
| /tests/benchmarks/data_structure_perf/rbtree_perf/src/ |
| A D | rbtree_perf.c | 134 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 D | testcase.yaml | 17 # Test the `foo` snippet from the default application snippet root 22 # Test the `bar` snippet from an extra snippet root
|
| A D | Kconfig | 23 Test the `foo` snippet from the default application snippet root. 28 Test the `bar` snippet from an extra snippet root.
|
| /tests/unit/rbtree/ |
| A D | main.c | 126 _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 D | Kconfig | 1 # Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io>
|
| /tests/drivers/spi/spi_loopback/boards/ |
| A D | samd21_xpro.overlay | 2 * Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
|
| A D | samr21_xpro.overlay | 2 * Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
|
| A D | same54_xpro.overlay | 2 * Copyright (c) 2020 Stephanos Ioannidis <root@stephanos.io>
|
| /tests/lib/cmsis_dsp/filtering/ |
| A D | Kconfig | 1 # Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io>
|
| /tests/lib/cmsis_dsp/transform/ |
| A D | Kconfig | 1 # Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io>
|
| /tests/lib/cmsis_dsp/matrix/ |
| A D | Kconfig | 1 # Copyright (c) 2021 Stephanos Ioannidis <root@stephanos.io>
|
| /tests/net/lib/lwm2m/interop/ |
| A D | README.md | 171 |LightweightM2M-1.1-int-235 - Read-Composite Operation on root path |:white_check_mark:| |
|
Completed in 27 milliseconds