Home
last modified time | relevance | path

Searched refs:get_relative_path (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/gio/tests/
Dg-file.c351 get_relative_path (const gboolean use_uri, const gboolean should_have_prefix, const char *dir1, con… in get_relative_path() function
428 char *s = get_relative_path (dirs[i].use_uri, dirs[i].equal, dirs[i].path1, dirs[i].path2); in test_g_file_has_prefix()
/third_party/glib/gio/
Dgdummyfile.c413 iface->get_relative_path = g_dummy_file_get_relative_path; in g_dummy_file_file_iface_init()
Dgresourcefile.c662 iface->get_relative_path = g_resource_file_get_relative_path; in g_resource_file_file_iface_init()
Dgfile.h183 char * (* get_relative_path) (GFile *parent, member
Dglocalfile.c2974 iface->get_relative_path = g_local_file_get_relative_path; in g_local_file_file_iface_init()
Dgfile.c976 return (* iface->get_relative_path) (parent, descendant); in g_file_get_relative_path()
/third_party/glib/gio/win32/
Dgwinhttpfile.c774 iface->get_relative_path = g_winhttp_file_get_relative_path; in g_winhttp_file_file_iface_init()