Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dfile.cxx69 struct FileHandle_Impl struct
96 explicit FileHandle_Impl (int fd, char const * path = "<anon>"); argument
97 ~FileHandle_Impl();
184 FileHandle_Impl::Allocator &
185 FileHandle_Impl::Allocator::get() in get()
191 FileHandle_Impl::Allocator::Allocator() in Allocator()
195 size_t const pagesize = FileHandle_Impl::getpagesize(); in Allocator()
204 FileHandle_Impl::Allocator::~Allocator() in ~Allocator()
209 void FileHandle_Impl::Allocator::allocate (sal_uInt8 ** ppBuffer, size_t * pnSize) in allocate()
215 void FileHandle_Impl::Allocator::deallocate (sal_uInt8 * pBuffer) in deallocate()
[all …]
/trunk/main/sal/osl/w32/
H A Dfile.cxx63 struct FileHandle_Impl struct
89 explicit FileHandle_Impl (HANDLE hFile); argument
90 ~FileHandle_Impl();
172 FileHandle_Impl::Allocator & argument
173 FileHandle_Impl::Allocator::get() in get()
179 FileHandle_Impl::Allocator::Allocator() in Allocator()
183 SIZE_T const pagesize = FileHandle_Impl::getpagesize(); in Allocator()
190 FileHandle_Impl::Allocator::~Allocator() in ~Allocator()
195 void FileHandle_Impl::Allocator::allocate (sal_uInt8 ** ppBuffer, SIZE_T * pnSize) in allocate()
201 void FileHandle_Impl::Allocator::deallocate (sal_uInt8 * pBuffer) in deallocate()
[all …]
/trunk/main/sal/osl/os2/
H A Dfile.cxx165 struct FileHandle_Impl struct
192 explicit FileHandle_Impl (int fd, char const * path = "<anon>"); argument
193 ~FileHandle_Impl();
264 FileHandle_Impl::Allocator & argument
265 FileHandle_Impl::Allocator::get() in get()
271 FileHandle_Impl::Allocator::Allocator() in Allocator()
275 size_t const pagesize = FileHandle_Impl::getpagesize(); in Allocator()
282 FileHandle_Impl::Allocator::~Allocator() in ~Allocator()
287 void FileHandle_Impl::Allocator::allocate (sal_uInt8 ** ppBuffer, size_t * pnSize) in allocate()
293 void FileHandle_Impl::Allocator::deallocate (sal_uInt8 * pBuffer) in deallocate()
[all …]