Searched refs:g_file_attribute_matcher_matches (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gio/ |
D | glocalfile.c | 990 g_file_attribute_matcher_matches (attribute_matcher, in g_local_file_query_filesystem_info() 1009 g_file_attribute_matcher_matches (attribute_matcher, in g_local_file_query_filesystem_info() 1029 g_file_attribute_matcher_matches (attribute_matcher, in g_local_file_query_filesystem_info() 1066 g_file_attribute_matcher_matches (attribute_matcher, in g_local_file_query_filesystem_info() 1071 if (g_file_attribute_matcher_matches (attribute_matcher, in g_local_file_query_filesystem_info() 1082 if (g_file_attribute_matcher_matches (attribute_matcher, in g_local_file_query_filesystem_info()
|
D | gresourcefile.c | 556 if (g_file_attribute_matcher_matches (matcher, G_FILE_ATTRIBUTE_FILESYSTEM_TYPE)) in g_resource_file_query_filesystem_info() 559 …if (g_file_attribute_matcher_matches (matcher, G_FILE_ATTRIBUTE_FILESYSTEM_READONLY)) g_file_in… in g_resource_file_query_filesystem_info()
|
D | gfileinfo.h | 1133 gboolean g_file_attribute_matcher_matches (GFileAttributeMatcher *matcher,
|
D | gfileinfo.c | 2665 g_file_attribute_matcher_matches (GFileAttributeMatcher *matcher, in g_file_attribute_matcher_matches() function
|
/third_party/glib/gio/tests/ |
D | g-file-info.c | 129 g_assert_true (g_file_attribute_matcher_matches (matcher, G_FILE_ATTRIBUTE_STANDARD_NAME)); in test_g_file_info() 131 g_assert_false (g_file_attribute_matcher_matches (matcher, G_FILE_ATTRIBUTE_STANDARD_SIZE)); in test_g_file_info()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 424 g_file_attribute_matcher_matches
|