Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgcontenttype.c1556 GFileEnumerator *child_enum; in matchlet_match() local
1559 child_enum = g_file_enumerate_children (file, in matchlet_match()
1565 if (child_enum) in matchlet_match()
1567 child_info = g_file_enumerator_next_file (child_enum, NULL, NULL); in matchlet_match()
1572 g_object_unref (child_enum); in matchlet_match()