str_tokens       1464 lib/vfs/path.c     char *str_tokens;
str_tokens       1467 lib/vfs/path.c     str_tokens = vfs_path_tokens_get (vpath, start_position, length);
str_tokens       1468 lib/vfs/path.c     if (str_tokens != NULL)
str_tokens       1470 lib/vfs/path.c         ret_vpath = vfs_path_from_str_flags (str_tokens, VPF_NO_CANON);
str_tokens       1471 lib/vfs/path.c         g_free (str_tokens);