Searched refs:testfs_path_extend (Results  1 – 4 of 4) sorted by relevance
| /Zephyr-latest/tests/subsys/fs/littlefs/src/ | 
| D | test_util.c | 88 	zassert_str_equal(testfs_path_extend(reset_path(), TESTFS_PATH_END),  in ZTEST() 91 	zassert_str_equal(testfs_path_extend(reset_path(), ELT2, TESTFS_PATH_END),  in ZTEST() 94 	zassert_str_equal(testfs_path_extend(reset_path(), ELT1, ELT2, TESTFS_PATH_END),  in ZTEST() 100 	zassert_str_equal(testfs_path_extend(reset_path(), ELT2, "..", ELT1, TESTFS_PATH_END),  in ZTEST() 103 	zassert_str_equal(testfs_path_extend(reset_path(), "..", TESTFS_PATH_END),  in ZTEST() 106 	zassert_str_equal(testfs_path_extend(reset_path(), "..", "..", TESTFS_PATH_END),  in ZTEST() 117 	zassert_str_equal(testfs_path_extend(reset_path(), long_elt, ELT1, TESTFS_PATH_END),  in ZTEST()
  | 
| /Zephyr-latest/tests/subsys/fs/common/ | 
| D | test_fs_dirops.c | 49 			      testfs_path_extend(testfs_path_copy(&fpath,  in check_mkdir() 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() 213 	testfs_path_extend(testfs_path_copy(&from_path, &root),  in check_rename() 222 	testfs_path_extend(testfs_path_copy(&from_path, &root),  in check_rename() 225 	testfs_path_extend(testfs_path_copy(&to_path, &root),  in check_rename() 237 	testfs_path_extend(testfs_path_copy(&from_path, &root),  in check_rename() 240 	testfs_path_extend(testfs_path_copy(&to_path, &root),  in check_rename() 252 	testfs_path_extend(testfs_path_copy(&from_path, &root),  in check_rename() 255 	testfs_path_extend(testfs_path_copy(&to_path, &root),  in check_rename() [all …] 
 | 
| D | test_fs_util.c | 75 const char *testfs_path_extend(struct testfs_path *pp,  in testfs_path_extend()  function 237 				     testfs_path_extend(root,  in testfs_build() 247 			testfs_path_extend(root, "..", TESTFS_PATH_END);  in testfs_build() 256 			testfs_path_extend(root,  in testfs_build() 266 			testfs_path_extend(root, "..", TESTFS_PATH_END);  in testfs_build() 293 	testfs_path_extend(pp, statp->name,  in check_layout_entry() 332 	testfs_path_extend(pp, "..",  in check_layout_entry()
  | 
| D | test_fs_util.h | 86 const char *testfs_path_extend(struct testfs_path *pp,
  |