Home
last modified time | relevance | path

Searched refs:fs_path (Results 1 – 7 of 7) 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.c26 static int ext2_open(struct fs_file_t *filp, const char *fs_path, fs_mode_t flags) in ext2_open() argument
43 const char *path = fs_impl_strip_prefix(fs_path, filp->mp); in ext2_open()
289 static int ext2_opendir(struct fs_dir_t *dirp, const char *fs_path) in ext2_opendir() argument
293 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.c509 snprintk(fname, sizeof(fname), "%s/index.html", static_fs_detail->fs_path); in handle_http1_static_fs_resource()
513 snprintk(fname, sizeof(fname), "%s%s", static_fs_detail->fs_path, in handle_http1_static_fs_resource()
Dhttp_server_http2.c486 snprintk(fname, sizeof(fname), "%s/index.html", static_fs_detail->fs_path); in handle_http2_static_fs_resource()
490 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.rst246 .fs_path = "/lfs1/www",
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c2513 .fs_path = TEST_DIR_PATH,