Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdummyfile.c412 iface->prefix_matches = g_dummy_file_prefix_matches; in g_dummy_file_file_iface_init()
Dgresourcefile.c661 iface->prefix_matches = g_resource_file_prefix_matches; in g_resource_file_file_iface_init()
Dgfile.h181 gboolean (* prefix_matches) (GFile *prefix, member
Dglocalfile.c2973 iface->prefix_matches = g_local_file_prefix_matches; in g_local_file_file_iface_init()
Dgfile.c945 return (* iface->prefix_matches) (prefix, file); in g_file_has_prefix()
/third_party/glib/gio/win32/
Dgwinhttpfile.c773 iface->prefix_matches = g_winhttp_file_prefix_matches; in g_winhttp_file_file_iface_init()