Home
last modified time | relevance | path

Searched refs:fs_path (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/fs/
Dfs_sys.h35 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/
Dext2_ops.c25 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/
Dserver.h138 const char *fs_path; member
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c421 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()
Dhttp_server_http2.c428 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/
Dhttp_server.rst203 .fs_path = "/lfs1/www",