Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgfileinfo.c1792 } SubMatcher; typedef
1796 SubMatcher sub_matchers[ON_STACK_MATCHERS];
1810 SubMatcher *sub_matchers; in matcher_add()
1812 SubMatcher s; in matcher_add()
1831 matcher->more_sub_matchers = g_array_new (FALSE, FALSE, sizeof (SubMatcher)); in matcher_add()
1833 sub_matchers = (SubMatcher *)matcher->more_sub_matchers->data; in matcher_add()
2011 SubMatcher *sub_matchers; in matcher_matches_id()
2025 sub_matchers = (SubMatcher *)matcher->more_sub_matchers->data; in matcher_matches_id()
2097 SubMatcher *sub_matchers; in g_file_attribute_matcher_enumerate_namespace()
2120 sub_matchers = (SubMatcher *)matcher->more_sub_matchers->data; in g_file_attribute_matcher_enumerate_namespace()
[all …]