Home
last modified time | relevance | path

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

/trunk/main/sal/osl/w32/
H A Dfile.cxx81 LONGLONG m_filepos; /* logical offset from begin of file */ member
224 m_filepos (0), in FileHandle_Impl()
261 return sal::static_int_cast< sal_uInt64 >(m_filepos); in getPos()
266 m_filepos = sal::static_int_cast< LONGLONG >(uPos); in setPos()
901 pImpl->m_filepos, ppSequence, &uBytesRead); in osl_readLine()
903 pImpl->m_filepos += uBytesRead; in osl_readLine()
922 pImpl->m_filepos, pBuffer, uBytesRequested, pBytesRead); in osl_readFile()
924 pImpl->m_filepos += *pBytesRead; in osl_readFile()
944 pImpl->m_filepos, pBuffer, uBytesToWrite, pBytesWritten); in osl_writeFile()
946 pImpl->m_filepos += *pBytesWritten; in osl_writeFile()

Completed in 24 milliseconds