Searched refs:match_prefix (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gdummyfile.c | 249 match_prefix (const char *path, in match_prefix() function 273 remainder = match_prefix (descendant_dummy->decoded_uri->path, in g_dummy_file_prefix_matches() 286 remainder = match_prefix (descendant_dummy->text_uri, in g_dummy_file_prefix_matches() 314 remainder = match_prefix (descendant_dummy->decoded_uri->path, in g_dummy_file_get_relative_path() 327 remainder = match_prefix (descendant_dummy->text_uri, in g_dummy_file_get_relative_path()
|
D | glocalfile.c | 526 match_prefix (const char *path, in match_prefix() function 552 remainder = match_prefix (descendant_local->filename, parent_local->filename); in g_local_file_prefix_matches() 566 remainder = match_prefix (descendant_local->filename, parent_local->filename); in g_local_file_get_relative_path()
|
D | ChangeLog | 3080 (match_prefix):
|
/external/bluetooth/glib/gio/win32/ |
D | gwinhttpfile.c | 306 match_prefix (const char *path, in match_prefix() function 330 remainder = match_prefix (descendant_uri, parent_uri); in g_winhttp_file_prefix_matches() 352 remainder = match_prefix (descendant_uri, parent_uri); in g_winhttp_file_get_relative_path()
|