Searched defs:FileHandle_Impl (Results 1 – 3 of 3) sorted by relevance
69 struct FileHandle_Impl struct71 pthread_mutex_t m_mutex;72 rtl_String * m_strFilePath; /* holds native file path */96 explicit FileHandle_Impl (int fd, char const * path = "<anon>"); argument149 class Allocator182 * FileHandle_Impl implementation argument235 FileHandle_Impl::FileHandle_Impl (int fd, char const * path) in FileHandle_Impl() function in FileHandle_Impl
63 struct FileHandle_Impl struct65 CRITICAL_SECTION m_mutex;89 explicit FileHandle_Impl (HANDLE hFile); argument141 class Allocator172 FileHandle_Impl::Allocator & argument219 FileHandle_Impl::FileHandle_Impl(HANDLE hFile) in FileHandle_Impl() function in FileHandle_Impl
165 struct FileHandle_Impl struct167 rtl_String * m_strFilePath; /* holds native file path */168 int m_fd;192 explicit FileHandle_Impl (int fd, char const * path = "<anon>"); argument264 FileHandle_Impl::Allocator & argument299 FileHandle_Impl::FileHandle_Impl (int fd, char const * path) in FileHandle_Impl() function in FileHandle_Impl
Completed in 54 milliseconds