Home
last modified time | relevance | path

Searched refs:m_strFilePath (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/osl/unx/
H A Dfile.cxx72 rtl_String * m_strFilePath; /* holds native file path */ member
234 : m_strFilePath (0), in FileHandle_Impl()
246 rtl_string_newFromStr (&m_strFilePath, path); in FileHandle_Impl()
254 rtl_string_release (m_strFilePath), m_strFilePath = 0; in ~FileHandle_Impl()
755 pImpl->m_fd, rtl_string_getStr(pImpl->m_strFilePath)); in osl_createFileHandleFromFD()
955 rtl_string_getStr(pImpl->m_strFilePath)); in osl_openFile()
975 OSL_TRACE("osl_closeFile(%d) => %s", pImpl->m_fd, rtl_string_getStr(pImpl->m_strFilePath)); in osl_closeFile()
/trunk/main/sal/osl/os2/
H A Dfile.cxx167 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 37 milliseconds