OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_relative_path
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/glib/gio/tests/
g-file.c
351
get_relative_path
(const gboolean use_uri, const gboolean should_have_prefix, const char *dir1, const char *dir2)
function
428
char *s =
get_relative_path
(dirs[i].use_uri, dirs[i].equal, dirs[i].path1, dirs[i].path2);
/external/bluetooth/glib/gio/
gfile.h
67
* @
get_relative_path
: Gets the path for a #GFile relative to a given path.
159
char * (*
get_relative_path
) (GFile *parent,
member in struct:_GFileIface
[
all
...]
gdummyfile.c
425
iface->
get_relative_path
= g_dummy_file_get_relative_path;
glocalfile.c
[
all
...]
gfile.c
745
return (* iface->
get_relative_path
) (parent, descendant);
[
all
...]
/external/bluetooth/glib/gio/win32/
gwinhttpfile.c
763
iface->
get_relative_path
= g_winhttp_file_get_relative_path;
Completed in 4345 milliseconds