vfs_prefix_start  450 lib/vfs/path.c         char *vfs_prefix_start;
vfs_prefix_start  455 lib/vfs/path.c         vfs_prefix_start = real_vfs_prefix_start;
vfs_prefix_start  457 lib/vfs/path.c         if (IS_PATH_SEP (*vfs_prefix_start))
vfs_prefix_start  458 lib/vfs/path.c             vfs_prefix_start += 1;
vfs_prefix_start  463 lib/vfs/path.c         element->class = vfs_prefix_to_class (vfs_prefix_start);
vfs_prefix_start  464 lib/vfs/path.c         element->vfs_prefix = g_strdup (vfs_prefix_start);