str_tokens       1495 lib/vfs/path.c     char *str_tokens;
str_tokens       1498 lib/vfs/path.c     str_tokens = vfs_path_tokens_get (vpath, start_position, length);
str_tokens       1499 lib/vfs/path.c     if (str_tokens != NULL)
str_tokens       1501 lib/vfs/path.c         ret_vpath = vfs_path_from_str_flags (str_tokens, VPF_NO_CANON);
str_tokens       1502 lib/vfs/path.c         g_free (str_tokens);