Home | History | Annotate | Download | only in gio

Lines Matching full:symlink_value

1387   char symlink_value[4096];
1395 res = readlink (link, symlink_value, sizeof (symlink_value) - 1);
1399 symlink_value[res] = 0;
1402 if (g_path_is_absolute (symlink_value))
1403 return canonicalize_filename (symlink_value);
1410 resolved = g_build_filename (parent, symlink_value, NULL);
2055 const char *symlink_value,
2062 if (symlink (symlink_value, local->filename) == -1)