Searched defs:from_handle (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dfile.cpp750 GnomeVFSHandle *from_handle = NULL; local
769 result = gnome_vfs_open (&from_handle, fileName.c_str(), GNOME_VFS_OPEN_READ);
786 result = gnome_vfs_read (from_handle, buffer, 8192, &bytes_read);
789 gnome_vfs_close (from_handle);

Completed in 37 milliseconds