Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgresource.c928 const gchar *path_with_slash; in g_resource_enumerate_children() local
964 path_with_slash = local_str; in g_resource_enumerate_children()
968 path_with_slash = free_path = g_strconcat (path, "/", NULL); in g_resource_enumerate_children()
973 path_with_slash = path; in g_resource_enumerate_children()
976 children = gvdb_table_list (resource->table, path_with_slash); in g_resource_enumerate_children()