Searched refs:to_handle (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dfile.cpp751 GnomeVFSHandle *to_handle = NULL; local
776 gnome_vfs_create (&to_handle, uri_local, GNOME_VFS_OPEN_WRITE, FALSE, GNOME_VFS_PERM_USER_ALL);
777 result = gnome_vfs_open (&to_handle, uri_local, GNOME_VFS_OPEN_WRITE);
790 gnome_vfs_close (to_handle);
798 result = gnome_vfs_write (to_handle, buffer, bytes_read, &bytes_written);

Completed in 310 milliseconds