current_path      103 lib/vfs/vfs.c  static vfs_path_t *current_path = NULL;
current_path      393 lib/vfs/vfs.c      return current_path->str;
current_path      406 lib/vfs/vfs.c      return g_strdup (current_path->str);
current_path      419 lib/vfs/vfs.c      return current_path;
current_path      431 lib/vfs/vfs.c      vfs_path_free (current_path, TRUE);
current_path      432 lib/vfs/vfs.c      current_path = (vfs_path_t *) vpath;
current_path      488 lib/vfs/vfs.c      current_vfs = VFS_CLASS (vfs_path_get_last_path_vfs (current_path));