Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dglocalvfs.c94 char *stripped_uri, *hash; in g_local_vfs_get_file_for_uri() local
98 stripped_uri = g_strdup (uri); in g_local_vfs_get_file_for_uri()
99 hash = strchr (stripped_uri, '#'); in g_local_vfs_get_file_for_uri()
103 stripped_uri = (char *)uri; in g_local_vfs_get_file_for_uri()
105 path = g_filename_from_uri (stripped_uri, NULL, NULL); in g_local_vfs_get_file_for_uri()
107 if (stripped_uri != uri) in g_local_vfs_get_file_for_uri()
108 g_free (stripped_uri); in g_local_vfs_get_file_for_uri()