current_path      100 lib/vfs/vfs.c  static vfs_path_t *current_path = NULL;
current_path      382 lib/vfs/vfs.c      return current_path->str;
current_path      395 lib/vfs/vfs.c      return g_strdup (current_path->str);
current_path      408 lib/vfs/vfs.c      return current_path;
current_path      420 lib/vfs/vfs.c      vfs_path_free (current_path, TRUE);
current_path      421 lib/vfs/vfs.c      current_path = (vfs_path_t *) vpath;
current_path      477 lib/vfs/vfs.c      current_vfs = VFS_CLASS (vfs_path_get_last_path_vfs (current_path));