OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:system_list
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gio/
gdesktopappinfo.c
1261
GList *
system_list
, *l;
local
1333
system_list
= get_all_desktop_entries_for_mime_type (content_type, (const char **)list);
1335
list = g_renew (char *, list, 1 + length + g_list_length (
system_list
) + 1);
1337
for (l =
system_list
; l != NULL; l = l->next)
1343
g_list_free (
system_list
);
[
all
...]
Completed in 25 milliseconds