Home
last modified time | relevance | path

Searched refs:lws_vfs_select_fops (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/lib/core/
Dvfs.c72 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_select_fops() function
126 selected = lws_vfs_select_fops(fops, vfs_path, &vpath); in lws_vfs_file_open()
Dprivate-lib-core.h917 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path,
/external/libwebsockets/lib/roles/http/server/
Dserver.c696 fops = lws_vfs_select_fops(wsi->a.context->fops, path, &vpath); in lws_http_serve()
2746 fops = lws_vfs_select_fops(wsi->a.context->fops, file, &vpath); in lws_serve_http_file()