recode_buffer     588 lib/vfs/path.c     GString *recode_buffer = NULL;
recode_buffer     637 lib/vfs/path.c             if (recode_buffer == NULL)
recode_buffer     638 lib/vfs/path.c                 recode_buffer = g_string_sized_new (32);
recode_buffer     640 lib/vfs/path.c                 g_string_set_size (recode_buffer, 0);
recode_buffer     642 lib/vfs/path.c             str_vfs_convert_from (element->dir.converter, element->path, recode_buffer);
recode_buffer     643 lib/vfs/path.c             vfs_append_from_path (recode_buffer->str, is_relative);
recode_buffer     651 lib/vfs/path.c     if (recode_buffer != NULL)
recode_buffer     652 lib/vfs/path.c         g_string_free (recode_buffer, TRUE);