Searched refs:fpath (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/tests/subsys/fs/multi-fs/src/ |
D | test_common.h | 12 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);
|
D | test_utils.c | 16 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/ |
D | external_content.py | 73 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/ |
D | test_fs_dirops.c | 45 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/ |
D | install.rst | 89 west completion zsh > "${fpath[1]}/_west"
|
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 2568 int check_file_dir_exists(const char *fpath) in check_file_dir_exists() argument 2573 res = fs_stat(fpath, &entry); in check_file_dir_exists()
|