Searched refs:fs_path (Results  1 – 7 of 7) 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 | 26 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/ | 
| D | server.h | 138 	const char *fs_path;  member
  | 
| /Zephyr-latest/subsys/net/lib/http/ | 
| D | http_server_http1.c | 509 		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()
  | 
| D | http_server_http2.c | 486 		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/ | 
| D | http_server.rst | 246         .fs_path = "/lfs1/www",
  | 
| /Zephyr-latest/tests/net/lib/http_server/core/src/ | 
| D | main.c | 2513 	.fs_path = TEST_DIR_PATH,
  |