Searched refs:testfs_path (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_util.h | 32 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,
|
D | test_fs_dirops.c | 31 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()
|
D | test_fs_basic.c | 24 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()
|
D | test_fs_util.c | 13 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/ |
D | test_util.c | 18 static struct testfs_path path; 23 static inline struct testfs_path *reset_path() in reset_path()
|
D | test_lfs_basic.c | 138 struct testfs_path path; in num_files() 188 struct testfs_path path; in num_dirs()
|
D | test_lfs_perf.c | 28 struct testfs_path path; in write_read()
|