Home
last modified time | relevance | path

Searched defs:vfs_path (Results 1 – 7 of 7) sorted by relevance

/third_party/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()
120 lws_vfs_file_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_file_open()
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dfrom_proto.rs25 pub(crate) fn vfs_path(url: &lsp_types::Url) -> Result<vfs::VfsPath> { in vfs_path() function
Dreload.rs497 let vfs_path = vfs::VfsPath::from(path.to_path_buf()); in recreate_crate_graph() localVariable
Dglobal_state.rs276 let vfs_path = &vfs.file_path(file.file_id); in process_changes() localVariable
/third_party/libwebsockets/test-apps/
Dtest-server.c207 const char *vfs_path, const char *vpath, in test_server_fops_open()
/third_party/rust/rust/src/tools/rust-analyzer/crates/vfs/src/
Dlib.rs47 mod vfs_path; module
/third_party/libwebsockets/lib/roles/http/server/
Dfops-zip.c318 lws_fops_zip_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_fops_zip_open()