OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prefix_matches
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/glib/gio/
gdummyfile.c
424
iface->
prefix_matches
= g_dummy_file_prefix_matches;
gfile.h
66
* @
prefix_matches
: Checks whether a #GFile contains a specified file.
157
gboolean (*
prefix_matches
) (GFile *prefix,
member in struct:_GFileIface
[
all
...]
glocalfile.c
[
all
...]
gfile.c
715
return (* iface->
prefix_matches
) (prefix, file);
[
all
...]
/external/bluetooth/glib/gio/win32/
gwinhttpfile.c
762
iface->
prefix_matches
= g_winhttp_file_prefix_matches;
Completed in 285 milliseconds