Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/fs/common/
Dtest_fs_util.h32 struct testfs_path { struct
62 const char *testfs_path_init(struct testfs_path *pp,
86 const char *testfs_path_extend(struct testfs_path *pp,
89 static inline struct testfs_path *testfs_path_copy(struct testfs_path *dp, in testfs_path_copy()
90 const struct testfs_path *sp) in testfs_path_copy()
231 int testfs_build(struct testfs_path *root,
267 int testfs_bcmd_verify_layout(struct testfs_path *pp,
Dtest_fs_dirops.c31 struct testfs_path dpath; in check_mkdir()
45 struct testfs_path fpath; in check_mkdir()
82 struct testfs_path path; in build_layout()
113 struct testfs_path path; in check_layout()
148 struct testfs_path root; in check_rename()
149 struct testfs_path from_path; in check_rename()
151 struct testfs_path to_path; in check_rename()
Dtest_fs_basic.c24 struct testfs_path path; in create_write_hello()
89 struct testfs_path path; in verify_hello()
121 struct testfs_path path; in seek_within_hello()
189 struct testfs_path path; in truncate_hello()
255 struct testfs_path path; in unlink_hello()
280 struct testfs_path path; in sync_goodbye()
344 struct testfs_path path; in verify_goodbye()
Dtest_fs_util.c13 static const char *path_vextend(struct testfs_path *pp, in path_vextend()
48 const char *testfs_path_init(struct testfs_path *pp, in testfs_path_init()
75 const char *testfs_path_extend(struct testfs_path *pp, in testfs_path_extend()
225 int testfs_build(struct testfs_path *root, in testfs_build()
284 static int check_layout_entry(struct testfs_path *pp, in check_layout_entry()
343 int testfs_bcmd_verify_layout(struct testfs_path *pp, in testfs_bcmd_verify_layout()
/Zephyr-latest/tests/subsys/fs/littlefs/src/
Dtest_util.c18 static struct testfs_path path;
23 static inline struct testfs_path *reset_path() in reset_path()
Dtest_lfs_basic.c138 struct testfs_path path; in num_files()
188 struct testfs_path path; in num_dirs()
Dtest_lfs_perf.c28 struct testfs_path path; in write_read()