Searched refs:m_fd (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sal/osl/unx/ |
H A D | file.cxx | 73 int m_fd; member 235 m_fd (fd), in FileHandle_Impl() 297 if (-1 == ftruncate (m_fd, nSize)) in setSize() 969 if ((pImpl == 0) || (pImpl->m_fd < 0)) in osl_closeFile() 980 (void) close (pImpl->m_fd); in osl_closeFile() 982 else if (-1 == close (pImpl->m_fd)) in osl_closeFile() 1001 if ((0 == pImpl) || (-1 == pImpl->m_fd)) in osl_syncFile() 1006 OSL_TRACE("osl_syncFile(%d)", pImpl->m_fd); in osl_syncFile() 1010 if (-1 == fsync (pImpl->m_fd)) in osl_syncFile() 1314 if ((0 == pImpl) || (-1 == pImpl->m_fd)) in osl_setFilePos() [all …]
|
/aoo42x/main/sal/osl/os2/ |
H A D | file.cxx | 168 int m_fd; member 301 m_fd (fd), in FileHandle_Impl() 360 if (-1 == ftruncate (m_fd, nSize)) in setSize() 414 if (-1 == ::lseek (m_fd, nOffset, SEEK_SET)) in readAt() 445 if (-1 == ::lseek (m_fd, nOffset, SEEK_SET)) in writeAt() 1511 if ((pImpl == 0) || (pImpl->m_fd < 0)) in osl_closeFile() 1520 (void) close (pImpl->m_fd); in osl_closeFile() 1522 else if (-1 == close (pImpl->m_fd)) in osl_closeFile() 1540 if ((0 == pImpl) || (-1 == pImpl->m_fd)) in osl_syncFile() 1547 if (-1 == fsync (pImpl->m_fd)) in osl_syncFile() [all …]
|
/aoo42x/main/extensions/workben/ |
H A D | testpgp.cxx | 74 int m_fd; member in DataSource_Impl 202 : m_fd (fd), m_position (0) in DataSource_Impl() 225 int k = read (m_fd, buffer, sizeof(buffer)); in setBuffer() 235 k = read (m_fd, buffer, sizeof(buffer)); in setBuffer()
|
Completed in 58 milliseconds