Home
last modified time | relevance | path

Searched refs:wrapped_vfs (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/glib/gio/win32/
Dgwinhttpvfs.c106 if (vfs->wrapped_vfs) in g_winhttp_vfs_finalize()
107 g_object_unref (vfs->wrapped_vfs); in g_winhttp_vfs_finalize()
108 vfs->wrapped_vfs = NULL; in g_winhttp_vfs_finalize()
118 vfs->wrapped_vfs = g_vfs_get_local (); in g_winhttp_vfs_init()
150 return g_vfs_get_file_for_path (G_WINHTTP_VFS (vfs)->wrapped_vfs, path); in g_winhttp_vfs_get_file_for_path()
167 return g_vfs_parse_name (winhttp_vfs->wrapped_vfs, uri); in g_winhttp_vfs_get_file_for_uri()
174 …char * const *wrapped_vfs_uri_schemes = g_vfs_get_supported_uri_schemes (winhttp_vfs->wrapped_vfs); in g_winhttp_vfs_get_supported_uri_schemes()
212 return g_vfs_parse_name (winhttp_vfs->wrapped_vfs, parse_name); in g_winhttp_vfs_parse_name()
Dgwinhttpvfs.h54 GVfs *wrapped_vfs; member