Searched refs:m_fd (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sal/osl/unx/ |
H A D | file.cxx | 73 int m_fd; member 237 m_fd (fd), in FileHandle_Impl() 299 if (-1 == ftruncate (m_fd, nSize)) in setSize() 369 if (-1 == ::lseek (m_fd, nOffset, SEEK_SET)) in readAt() 410 if (-1 == ::lseek (m_fd, nOffset, SEEK_SET)) in writeAt() 971 if ((pImpl == 0) || (pImpl->m_fd < 0)) in osl_closeFile() 982 (void) close (pImpl->m_fd); in osl_closeFile() 984 else if (-1 == close (pImpl->m_fd)) in osl_closeFile() 1003 if ((0 == pImpl) || (-1 == pImpl->m_fd)) in osl_syncFile() 1012 if (-1 == fsync (pImpl->m_fd)) in osl_syncFile() [all …]
|
/aoo4110/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 …]
|
/aoo4110/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 77 milliseconds