Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/subsys/fs/multi-fs/src/
Dtest_common.h12 int check_file_dir_exists(const char *fpath);
14 int test_file_open(struct fs_file_t *filep, const char *fpath);
18 int test_file_delete(const char *fpath);
Dtest_utils.c16 int check_file_dir_exists(const char *fpath) in check_file_dir_exists() argument
21 res = fs_stat(fpath, &entry); in check_file_dir_exists()
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/
Dexternal_content.py74 directive, fpath = m.groups()
77 if fpath.startswith("/"):
78 fpath_adj = fpath
80 fpath_adj = Path(os.path.relpath(basepath / fpath, dstpath)).as_posix()
/Zephyr-Core-3.5.0/tests/subsys/fs/common/
Dtest_fs_dirops.c45 struct testfs_path fpath; in check_mkdir() local
49 testfs_path_extend(testfs_path_copy(&fpath, in check_mkdir()
61 zassert_equal(fs_stat(fpath.path, &stat), 0, in check_mkdir()
68 zassert_equal(fs_unlink(fpath.path), in check_mkdir()