vfs_prefix_start  425 lib/vfs/path.c         char *vfs_prefix_start;
vfs_prefix_start  430 lib/vfs/path.c         vfs_prefix_start = real_vfs_prefix_start;
vfs_prefix_start  432 lib/vfs/path.c         if (IS_PATH_SEP (*vfs_prefix_start))
vfs_prefix_start  433 lib/vfs/path.c             vfs_prefix_start++;
vfs_prefix_start  438 lib/vfs/path.c         element->class = vfs_prefix_to_class (vfs_prefix_start);
vfs_prefix_start  439 lib/vfs/path.c         element->vfs_prefix = g_strdup (vfs_prefix_start);