Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgresource.c663 char *free_path = NULL; in do_lookup() local
672 path = free_path = g_strdup (path); in do_lookup()
673 free_path[path_len-1] = 0; in do_lookup()
717 g_free (free_path); in do_lookup()
930 gchar *free_path = NULL; in g_resource_enumerate_children() local
968 path_with_slash = free_path = g_strconcat (path, "/", NULL); in g_resource_enumerate_children()
977 g_free (free_path); in g_resource_enumerate_children()