path_tokens      1444 lib/vfs/path.c         char **path_tokens, **iterator;
path_tokens      1448 lib/vfs/path.c         path_tokens = g_strsplit (element->path, PATH_SEP_STR, -1);
path_tokens      1450 lib/vfs/path.c         for (iterator = path_tokens; *iterator != NULL; iterator++)
path_tokens      1460 lib/vfs/path.c                         g_strfreev (path_tokens);
path_tokens      1472 lib/vfs/path.c         g_strfreev (path_tokens);