current_path      103 lib/vfs/vfs.c  static vfs_path_t *current_path = NULL;
current_path      397 lib/vfs/vfs.c      return current_path->str;
current_path      410 lib/vfs/vfs.c      return g_strdup (current_path->str);
current_path      423 lib/vfs/vfs.c      return current_path;
current_path      435 lib/vfs/vfs.c      vfs_path_free (current_path, TRUE);
current_path      436 lib/vfs/vfs.c      current_path = (vfs_path_t *) vpath;
current_path      492 lib/vfs/vfs.c      current_vfs = VFS_CLASS (vfs_path_get_last_path_vfs (current_path));