Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_dirops.c31 struct testfs_path dpath; in check_mkdir() local
34 zassert_equal(testfs_path_init(&dpath, mp, in check_mkdir()
37 dpath.path, in check_mkdir()
40 zassert_equal(fs_mkdir(dpath.path), in check_mkdir()
50 &dpath), in check_mkdir()
64 zassert_equal(fs_unlink(dpath.path), in check_mkdir()
72 zassert_equal(fs_unlink(dpath.path), in check_mkdir()