Home
last modified time | relevance | path

Searched refs:parent_expanded (Results 1 – 2 of 2) sorted by relevance

/dports/devel/glib20/glib-2.70.4/gio/
H A Dglocalfile.c1631 char *parent, *parent_expanded; in expand_all_symlinks() local
1641 parent_expanded = expand_all_symlinks (parent); in expand_all_symlinks()
1643 res = g_build_filename (parent_expanded, basename, NULL); in expand_all_symlinks()
1645 g_free (parent_expanded); in expand_all_symlinks()
/dports/devel/gvfs/gvfs-1.46.2/metadata/
H A Dmetatree.c3206 char *parent, *parent_expanded; in expand_all_symlinks() local
3219 parent_expanded = expand_all_symlinks (parent, NULL); in expand_all_symlinks()
3221 res = g_build_filename (parent_expanded, basename, NULL); in expand_all_symlinks()
3222 g_free (parent_expanded); in expand_all_symlinks()