Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core/
Dvfs.c71 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()
Dprivate-lib-core.h689 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path,
/external/libwebsockets/test-apps/
Dtest-server.c170 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/
Dfops-zip.c315 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/
Dlws-vfs.h194 lws_vfs_file_open(const struct lws_plat_file_ops *fops, const char *vfs_path,
/external/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c711 const char *vfs_path, lws_fop_flags_t *flags) in esp32_lws_fops_open() argument