Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgfileinfo.h1069 GFileAttributeMatcher *mask);
1124 GFileAttributeMatcher *g_file_attribute_matcher_new (const char *attributes);
1126 GFileAttributeMatcher *g_file_attribute_matcher_ref (GFileAttributeMatcher *matcher);
1128 void g_file_attribute_matcher_unref (GFileAttributeMatcher *matcher);
1130 GFileAttributeMatcher *g_file_attribute_matcher_subtract (GFileAttributeMatcher *matcher,
1131 GFileAttributeMatcher *subtract);
1133 gboolean g_file_attribute_matcher_matches (GFileAttributeMatcher *matcher,
1136 gboolean g_file_attribute_matcher_matches_only (GFileAttributeMatcher *matcher,
1139 gboolean g_file_attribute_matcher_enumerate_namespace (GFileAttributeMatcher *matcher,
1142 const char * g_file_attribute_matcher_enumerate_next (GFileAttributeMatcher *matcher);
[all …]
Dgfileinfo.c65 #define NO_ATTRIBUTE_MASK ((GFileAttributeMatcher *)1)
77 GFileAttributeMatcher *mask;
439 GFileAttributeMatcher *mask) in g_file_info_set_attribute_mask()
2308 G_DEFINE_BOXED_TYPE (GFileAttributeMatcher, g_file_attribute_matcher, in G_DEFINE_BOXED_TYPE() argument
2341 static GFileAttributeMatcher *
2342 matcher_optimize (GFileAttributeMatcher *matcher) in matcher_optimize()
2416 GFileAttributeMatcher *
2422 GFileAttributeMatcher *matcher; in g_file_attribute_matcher_new()
2427 matcher = g_malloc0 (sizeof (GFileAttributeMatcher)); in g_file_attribute_matcher_new()
2487 GFileAttributeMatcher *
[all …]
Dglocalfileenumerator.c57 GFileAttributeMatcher *matcher;
58 GFileAttributeMatcher *reduced_matcher;
188 static GFileAttributeMatcher *
189 g_file_attribute_matcher_subtract_attributes (GFileAttributeMatcher *matcher, in g_file_attribute_matcher_subtract_attributes()
192 GFileAttributeMatcher *result, *tmp; in g_file_attribute_matcher_subtract_attributes()
Dglocalfileinfo.h342 GFileAttributeMatcher *attribute_matcher,
348 GFileAttributeMatcher *attribute_matcher);
351 GFileAttributeMatcher *attribute_matcher,
Dgfileinfo-priv.h108 gboolean _g_file_attribute_matcher_matches_id (GFileAttributeMatcher *matcher,
Dgvfs.h100 GFileAttributeMatcher *attribute_matcher,
Dglocalfileinfo.c219 GFileAttributeMatcher *attribute_matcher, in get_selinux_context()
477 GFileAttributeMatcher *matcher, in get_xattrs()
641 GFileAttributeMatcher *matcher) in get_xattrs_from_fd()
834 GFileAttributeMatcher *attribute_matcher, in _g_local_file_info_get_parent_info()
894 get_access_rights (GFileAttributeMatcher *attribute_matcher, in get_access_rights()
958 GFileAttributeMatcher *attribute_matcher) in set_info_from_stat()
1696 GFileAttributeMatcher *attribute_matcher) in _g_local_file_info_get_nostat()
1823 GFileAttributeMatcher *attribute_matcher, in _g_local_file_info_get()
2122 GFileAttributeMatcher *matcher; in _g_local_file_info_get_from_fd()
Dgresourcefile.c52 GFileAttributeMatcher *matcher;
448 GFileAttributeMatcher *matcher; in g_resource_file_query_info()
551 GFileAttributeMatcher *matcher; in g_resource_file_query_filesystem_info()
Dgiotypes.h92 typedef struct _GFileAttributeMatcher GFileAttributeMatcher; typedef
Dglocalfile.c764 GFileAttributeMatcher *matcher) in get_mount_info()
940 GFileAttributeMatcher *attribute_matcher; in g_local_file_query_filesystem_info()
1208 GFileAttributeMatcher *matcher; in g_local_file_query_info()
/third_party/glib/gio/tests/
Dfileattributematcher.c14 GFileAttributeMatcher *matcher; in test_exact()
55 GFileAttributeMatcher *matcher; in test_equality()
134 GFileAttributeMatcher *matcher, *subtract, *result; in test_subtract()
Dg-file-info.c81 GFileAttributeMatcher *matcher; in test_g_file_info()
/third_party/glib/gio/win32/
Dgwinhttpfile.c473 GFileAttributeMatcher *matcher; in g_winhttp_file_query_info()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt269 GFileAttributeMatcher
/third_party/glib/
DNEWS6848 616892 gio: Add a boxed type for GFileAttributeMatcher
9564 616892 gio: Add a boxed type for GFileAttributeMatcher