Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/doc/_extensions/zephyr/
Dexternal_content.py73 directive, fpath = m.groups()
76 if fpath.startswith("/"):
77 fpath_adj = fpath
79 fpath_adj = Path(os.path.relpath(basepath / fpath, dstpath)).as_posix()
/Zephyr-latest/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()
/Zephyr-latest/doc/develop/west/
Dinstall.rst89 west completion zsh > "${fpath[1]}/_west"