Searched refs:m_strFilePath (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sal/osl/unx/ |
H A D | file.cxx | 72 rtl_String * m_strFilePath; /* holds native file path */ member 236 : m_strFilePath (0), in FileHandle_Impl() 248 rtl_string_newFromStr (&m_strFilePath, path); in FileHandle_Impl() 256 rtl_string_release (m_strFilePath), m_strFilePath = 0; in ~FileHandle_Impl() 757 pImpl->m_fd, rtl_string_getStr(pImpl->m_strFilePath)); in osl_createFileHandleFromFD() 957 rtl_string_getStr(pImpl->m_strFilePath)); in osl_openFile() 977 OSL_TRACE("osl_closeFile(%d) => %s", pImpl->m_fd, rtl_string_getStr(pImpl->m_strFilePath)); in osl_closeFile()
|
/aoo4110/main/sal/osl/os2/ |
H A D | file.cxx | 167 rtl_String * m_strFilePath; /* holds native file path */ member 300 : m_strFilePath (0), in FileHandle_Impl() 311 rtl_string_newFromStr (&m_strFilePath, path); in FileHandle_Impl() 320 rtl_string_release (m_strFilePath), m_strFilePath = 0; in ~FileHandle_Impl() 1297 pImpl->m_fd, rtl_string_getStr(pImpl->m_strFilePath)); in osl_createFileHandleFromFD() 1497 rtl_string_getStr(pImpl->m_strFilePath)); in osl_openFile() 1515 OSL_TRACE("osl_closeFile(%d) => %s", pImpl->m_fd, rtl_string_getStr(pImpl->m_strFilePath)); in osl_closeFile()
|
Completed in 41 milliseconds