OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:possible_match
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gio/
gfilenamecompleter.c
425
char *
possible_match
;
local
437
possible_match
= l->data;
439
if (g_str_has_prefix (
possible_match
, prefix))
442
suffix = g_strdup (
possible_match
+ strlen (prefix));
446
possible_match
+ strlen (prefix));
477
char *
possible_match
;
local
488
possible_match
= l->data;
490
if (g_str_has_prefix (
possible_match
, prefix))
492
g_strconcat (initial_text,
possible_match
+ strlen (prefix), NULL));
Completed in 1013 milliseconds