Home
last modified time | relevance | path

Searched refs:nBytesIn (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/ucb/source/ucp/gvfs/
H A Dgvfs_stream.cxx224 GnomeVFSFileSize nBytesIn = 0; in getPosition() local
229 throwOnError( gnome_vfs_tell( m_handle, &nBytesIn ) ); in getPosition()
231 return nBytesIn; in getPosition()