recode_buffer 607 lib/vfs/path.c GString *recode_buffer = NULL; recode_buffer 658 lib/vfs/path.c if (recode_buffer == NULL) recode_buffer 659 lib/vfs/path.c recode_buffer = g_string_sized_new (32); recode_buffer 661 lib/vfs/path.c g_string_set_size (recode_buffer, 0); recode_buffer 663 lib/vfs/path.c str_vfs_convert_from (element->dir.converter, element->path, recode_buffer); recode_buffer 664 lib/vfs/path.c vfs_append_from_path (recode_buffer->str, is_relative); recode_buffer 674 lib/vfs/path.c if (recode_buffer != NULL) recode_buffer 675 lib/vfs/path.c g_string_free (recode_buffer, TRUE);