Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdummyfile.c157 GDecodedUri new_decoded_uri; in g_dummy_file_get_parent() local
171 new_decoded_uri = *dummy->decoded_uri; in g_dummy_file_get_parent()
172 new_decoded_uri.path = dirname; in g_dummy_file_get_parent()
173 uri = _g_encode_uri (&new_decoded_uri); in g_dummy_file_get_parent()
337 GDecodedUri new_decoded_uri; in g_dummy_file_resolve_relative_path() local
350 new_decoded_uri = *dummy->decoded_uri; in g_dummy_file_resolve_relative_path()
353 new_decoded_uri.path = g_strdup (relative_path); in g_dummy_file_resolve_relative_path()
355 new_decoded_uri.path = g_build_filename (new_decoded_uri.path, relative_path, NULL); in g_dummy_file_resolve_relative_path()
357 uri = _g_encode_uri (&new_decoded_uri); in g_dummy_file_resolve_relative_path()
358 g_free (new_decoded_uri.path); in g_dummy_file_resolve_relative_path()