Searched refs:GFileAttributeMatcher (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gfileinfo.h | 802 GFileAttributeMatcher *mask); 831 GFileAttributeMatcher *g_file_attribute_matcher_new (const char *attributes); 832 GFileAttributeMatcher *g_file_attribute_matcher_ref (GFileAttributeMatcher *matcher); 833 void g_file_attribute_matcher_unref (GFileAttributeMatcher *matcher); 834 gboolean g_file_attribute_matcher_matches (GFileAttributeMatcher *matcher, 836 gboolean g_file_attribute_matcher_matches_only (GFileAttributeMatcher *matcher, 838 gboolean g_file_attribute_matcher_enumerate_namespace (GFileAttributeMatcher *matcher, 840 const char * g_file_attribute_matcher_enumerate_next (GFileAttributeMatcher *matcher);
|
D | gfileinfo.c | 67 #define NO_ATTRIBUTE_MASK ((GFileAttributeMatcher *)1) 79 GFileAttributeMatcher *mask; 88 static gboolean g_file_attribute_matcher_matches_id (GFileAttributeMatcher *matcher, 343 GFileAttributeMatcher *mask) in g_file_info_set_attribute_mask() 1806 matcher_add (GFileAttributeMatcher *matcher, in matcher_add() 1879 GFileAttributeMatcher * 1885 GFileAttributeMatcher *matcher; in g_file_attribute_matcher_new() 1890 matcher = g_malloc0 (sizeof (GFileAttributeMatcher)); in g_file_attribute_matcher_new() 1938 GFileAttributeMatcher * 1939 g_file_attribute_matcher_ref (GFileAttributeMatcher *matcher) in g_file_attribute_matcher_ref() [all …]
|
D | glocalfileinfo.h | 54 GFileAttributeMatcher *attribute_matcher, 58 GFileAttributeMatcher *attribute_matcher,
|
D | giotypes.h | 68 typedef struct _GFileAttributeMatcher GFileAttributeMatcher; typedef
|
D | glocalfileinfo.c | 193 GFileAttributeMatcher *attribute_matcher, in get_selinux_context() 444 GFileAttributeMatcher *matcher, in get_xattrs() 600 GFileAttributeMatcher *matcher) in get_xattrs_from_fd() 786 GFileAttributeMatcher *attribute_matcher, in _g_local_file_info_get_parent_info() 837 get_access_rights (GFileAttributeMatcher *attribute_matcher, in get_access_rights() 899 GFileAttributeMatcher *attribute_matcher) in set_info_from_stat() 1405 GFileAttributeMatcher *attribute_matcher, in _g_local_file_info_get() 1690 GFileAttributeMatcher *matcher; in _g_local_file_info_get_from_fd()
|
D | glocalfileenumerator.c | 65 GFileAttributeMatcher *matcher;
|
D | glocalfile.c | 760 GFileAttributeMatcher *matcher) in get_mount_info() 955 GFileAttributeMatcher *attribute_matcher; in g_local_file_query_filesystem_info() 1190 GFileAttributeMatcher *matcher; in g_local_file_query_info()
|
D | ChangeLog | 5120 of GFileAttributeInfoList and GFileAttributeMatcher to be atomic and
|
/external/bluetooth/glib/gio/win32/ |
D | gwinhttpfile.c | 476 GFileAttributeMatcher *matcher; in g_winhttp_file_query_info()
|
/external/bluetooth/glib/docs/reference/gio/ |
D | gio-sections.txt | 167 GFileAttributeMatcher
|