Home
last modified time | relevance | path

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

/aoo4110/main/sal/osl/unx/
H A Dfile.cxx88 off_t m_fileptr; /* logical offset from begin of file */ member
241 m_fileptr (0), in FileHandle_Impl()
280 return sal::static_int_cast< sal_uInt64 >(m_fileptr); in getPos()
286 m_fileptr = sal::static_int_cast< off_t >(uPos); in setPos()
1142 pImpl->m_fileptr, ppSequence, &uBytesRead); in osl_readLine()
1144 pImpl->m_fileptr += uBytesRead; in osl_readLine()
1171 pImpl->m_fileptr, pBuffer, nBytesRequested, pBytesRead); in osl_readFile()
1173 pImpl->m_fileptr += *pBytesRead; in osl_readFile()
1202 pImpl->m_fileptr, pBuffer, nBytesToWrite, pBytesWritten); in osl_writeFile()
1204 pImpl->m_fileptr += *pBytesWritten; in osl_writeFile()
/aoo4110/main/sal/osl/os2/
H A Dfile.cxx184 off_t m_fileptr; /* logical offset from begin of file */ member
305 m_fileptr (0), in FileHandle_Impl()
342 return sal::static_int_cast< sal_uInt64 >(m_fileptr); in getPos()
347 m_fileptr = sal::static_int_cast< LONGLONG >(uPos); in setPos()
1657 pImpl->m_fileptr, ppSequence, &uBytesRead); in osl_readLine()
1659 pImpl->m_fileptr += uBytesRead; in osl_readLine()
1685 pImpl->m_fileptr, pBuffer, nBytesRequested, pBytesRead); in osl_readFile()
1687 pImpl->m_fileptr += *pBytesRead; in osl_readFile()
1715 pImpl->m_fileptr, pBuffer, nBytesToWrite, pBytesWritten); in osl_writeFile()
1717 pImpl->m_fileptr += *pBytesWritten; in osl_writeFile()

Completed in 52 milliseconds