Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dglocalvfs.c95 char *stripped_uri, *hash; in g_local_vfs_get_file_for_uri() local
99 stripped_uri = g_strdup (uri); in g_local_vfs_get_file_for_uri()
100 hash = strchr (stripped_uri, '#'); in g_local_vfs_get_file_for_uri()
104 stripped_uri = (char *)uri; in g_local_vfs_get_file_for_uri()
106 path = g_filename_from_uri (stripped_uri, NULL, NULL); in g_local_vfs_get_file_for_uri()
108 if (stripped_uri != uri) in g_local_vfs_get_file_for_uri()
109 g_free (stripped_uri); in g_local_vfs_get_file_for_uri()