Searched refs:fs_path (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/include/zephyr/fs/ |
D | fs_sys.h | 35 int (*open)(struct fs_file_t *filp, const char *fs_path, 107 int (*opendir)(struct fs_dir_t *dirp, const char *fs_path);
|
/Zephyr-latest/subsys/fs/ext2/ |
D | ext2_ops.c | 25 static int ext2_open(struct fs_file_t *filp, const char *fs_path, fs_mode_t flags) in ext2_open() argument 42 const char *path = fs_impl_strip_prefix(fs_path, filp->mp); in ext2_open() 288 static int ext2_opendir(struct fs_dir_t *dirp, const char *fs_path) in ext2_opendir() argument 292 const char *path = fs_impl_strip_prefix(fs_path, dirp->mp); in ext2_opendir()
|
/Zephyr-latest/include/zephyr/net/http/ |
D | server.h | 138 const char *fs_path; member
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_http1.c | 421 snprintk(fname, sizeof(fname), "%s/index.html", static_fs_detail->fs_path); in handle_http1_static_fs_resource() 425 snprintk(fname, sizeof(fname), "%s%s", static_fs_detail->fs_path, in handle_http1_static_fs_resource()
|
D | http_server_http2.c | 428 snprintk(fname, sizeof(fname), "%s/index.html", static_fs_detail->fs_path); in handle_http2_static_fs_resource() 432 snprintk(fname, sizeof(fname), "%s%s", static_fs_detail->fs_path, in handle_http2_static_fs_resource()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 203 .fs_path = "/lfs1/www",
|