recode_buffer     634 lib/vfs/path.c     GString *recode_buffer = NULL;
recode_buffer     685 lib/vfs/path.c             if (recode_buffer == NULL)
recode_buffer     686 lib/vfs/path.c                 recode_buffer = g_string_sized_new (32);
recode_buffer     688 lib/vfs/path.c                 g_string_set_size (recode_buffer, 0);
recode_buffer     690 lib/vfs/path.c             str_vfs_convert_from (element->dir.converter, element->path, recode_buffer);
recode_buffer     691 lib/vfs/path.c             vfs_append_from_path (recode_buffer->str, is_relative);
recode_buffer     701 lib/vfs/path.c     if (recode_buffer != NULL)
recode_buffer     702 lib/vfs/path.c         g_string_free (recode_buffer, TRUE);