Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dfile.cxx69 struct FileHandle_Impl struct
71 pthread_mutex_t m_mutex;
72 rtl_String * m_strFilePath; /* holds native file path */
96 explicit FileHandle_Impl (int fd, char const * path = "<anon>"); argument
149 class Allocator
181 * FileHandle_Impl implementation argument
233 FileHandle_Impl::FileHandle_Impl (int fd, char const * path) in FileHandle_Impl() function in FileHandle_Impl
/trunk/main/sal/osl/w32/
H A Dfile.cxx63 struct FileHandle_Impl struct
65 CRITICAL_SECTION m_mutex;
89 explicit FileHandle_Impl (HANDLE hFile); argument
141 class Allocator
172 FileHandle_Impl::Allocator & argument
219 FileHandle_Impl::FileHandle_Impl(HANDLE hFile) in FileHandle_Impl() function in FileHandle_Impl
/trunk/main/sal/osl/os2/
H A Dfile.cxx165 struct FileHandle_Impl struct
167 rtl_String * m_strFilePath; /* holds native file path */
168 int m_fd;
192 explicit FileHandle_Impl (int fd, char const * path = "<anon>"); argument
264 FileHandle_Impl::Allocator & argument
299 FileHandle_Impl::FileHandle_Impl (int fd, char const * path) in FileHandle_Impl() function in FileHandle_Impl

Completed in 47 milliseconds