OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfs_class
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/
glocalvfs.c
206
GVfsClass *
vfs_class
;
local
212
vfs_class
= G_VFS_CLASS (class);
214
vfs_class
->is_active = g_local_vfs_is_active;
215
vfs_class
->get_file_for_path = g_local_vfs_get_file_for_path;
216
vfs_class
->get_file_for_uri = g_local_vfs_get_file_for_uri;
217
vfs_class
->get_supported_uri_schemes = g_local_vfs_get_supported_uri_schemes;
218
vfs_class
->parse_name = g_local_vfs_parse_name;
/external/bluetooth/glib/gio/win32/
gwinhttpvfs.c
230
GVfsClass *
vfs_class
;
local
236
vfs_class
= G_VFS_CLASS (class);
238
vfs_class
->is_active = g_winhttp_vfs_is_active;
239
vfs_class
->get_file_for_path = g_winhttp_vfs_get_file_for_path;
240
vfs_class
->get_file_for_uri = g_winhttp_vfs_get_file_for_uri;
241
vfs_class
->get_supported_uri_schemes = g_winhttp_vfs_get_supported_uri_schemes;
242
vfs_class
->parse_name = g_winhttp_vfs_parse_name;
Completed in 3075 milliseconds