current_path      100 lib/vfs/vfs.c  static vfs_path_t *current_path = NULL;
current_path      383 lib/vfs/vfs.c      return current_path->str;
current_path      396 lib/vfs/vfs.c      return g_strdup (current_path->str);
current_path      409 lib/vfs/vfs.c      return current_path;
current_path      421 lib/vfs/vfs.c      vfs_path_free (current_path, TRUE);
current_path      422 lib/vfs/vfs.c      current_path = (vfs_path_t *) vpath;
current_path      478 lib/vfs/vfs.c      current_vfs = VFS_CLASS (vfs_path_get_last_path_vfs (current_path));