Searched refs:vfs_path (Results 1 – 6 of 6) sorted by relevance
/external/libwebsockets/lib/core/ |
D | vfs.c | 71 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_select_fops() argument 75 const char *p = vfs_path; in lws_vfs_select_fops() 100 if (p >= vfs_path + pf->fi[n].len) in lws_vfs_select_fops() 119 lws_vfs_file_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_file_open() argument 125 selected = lws_vfs_select_fops(fops, vfs_path, &vpath); in lws_vfs_file_open() 127 return selected->LWS_FOP_OPEN(fops, vfs_path, vpath, flags); in lws_vfs_file_open()
|
D | private-lib-core.h | 689 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path,
|
/external/libwebsockets/test-apps/ |
D | test-server.c | 170 const char *vfs_path, const char *vpath, in test_server_fops_open() argument 176 fop_fd = fops_plat.open(fops, vfs_path, vpath, flags); in test_server_fops_open() 180 vfs_path, fop_fd, in test_server_fops_open() 183 lwsl_info("%s: open %s failed\n", __func__, vfs_path); in test_server_fops_open()
|
/external/libwebsockets/lib/roles/http/server/ |
D | fops-zip.c | 315 lws_fops_zip_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_fops_zip_open() argument 336 if ((vpath - vfs_path - 1) < m) in lws_fops_zip_open() 337 m = lws_ptr_diff(vpath, vfs_path) - 1; in lws_fops_zip_open() 338 lws_strncpy(rp, vfs_path, m + 1); in lws_fops_zip_open() 456 lwsl_err("zipped file %s compressed in unknown way (%d)\n", vfs_path, in lws_fops_zip_open()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-vfs.h | 194 lws_vfs_file_open(const struct lws_plat_file_ops *fops, const char *vfs_path,
|
/external/libwebsockets/lib/plat/freertos/esp32/ |
D | esp32-helpers.c | 711 const char *vfs_path, lws_fop_flags_t *flags) in esp32_lws_fops_open() argument
|