vfs_prefix_start  416 lib/vfs/path.c         char *vfs_prefix_start;
vfs_prefix_start  421 lib/vfs/path.c         vfs_prefix_start = real_vfs_prefix_start;
vfs_prefix_start  423 lib/vfs/path.c         if (IS_PATH_SEP (*vfs_prefix_start))
vfs_prefix_start  424 lib/vfs/path.c             vfs_prefix_start++;
vfs_prefix_start  429 lib/vfs/path.c         element->class = vfs_prefix_to_class (vfs_prefix_start);
vfs_prefix_start  430 lib/vfs/path.c         element->vfs_prefix = g_strdup (vfs_prefix_start);