Searched defs:vpath (Results 1 - 9 of 9) sorted by relevance
/third_party/libwebsockets/lib/core/ |
H A D | vfs.c | 123 const char *vpath = ""; in lws_vfs_file_open() local 72 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path, const char **vpath) lws_vfs_select_fops() argument
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-file.c | 82 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, const char *vpath, lws_fop_flags_t *flags) _lws_plat_file_open() argument
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-file.c | 36 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, const char *vpath, lws_fop_flags_t *flags) _lws_plat_file_open() argument
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-file.c | 34 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, const char *vpath, lws_fop_flags_t *flags) _lws_plat_file_open() argument
|
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_bootstrap_unittest.cc | 172 std::string vpath = in TEST() local
|
/third_party/libwebsockets/lib/plat/optee/ |
H A D | lws-plat-optee.c | 161 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, const char *vpath, lws_fop_flags_t *flags) _lws_plat_file_open() argument
|
/third_party/libwebsockets/test-apps/ |
H A D | test-server.c | 206 test_server_fops_open(const struct lws_plat_file_ops *fops, const char *vfs_path, const char *vpath, lws_fop_flags_t *flags) test_server_fops_open() argument
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | fops-zip.c | 318 lws_fops_zip_open(const struct lws_plat_file_ops *fops, const char *vfs_path, const char *vpath, lws_fop_flags_t *flags) lws_fops_zip_open() argument [all...] |
H A D | server.c | 663 const char *vpath; in lws_http_serve() local 2741 const char *vpath; in lws_serve_http_file() local
|
Completed in 11 milliseconds