Home
last modified time | relevance | path

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

/AOO41X/main/sal/osl/w32/
H A Dfile_dirvol.cxx310 rtl_uString* m_pDirectoryPath; member
516 rtl_uString_newFromString( &pDirImpl->m_pDirectoryPath, strSysPath ); in osl_openLocalRoot()
523 sal_uInt32 nLen = rtl_uString_getLength( pDirImpl->m_pDirectoryPath ); in osl_openLocalRoot()
524 if ( nLen && pDirImpl->m_pDirectoryPath->buffer[nLen - 1] != L'\\' ) in osl_openLocalRoot()
529 rtl_uString_assign( &pCurDir, pDirImpl->m_pDirectoryPath ); in osl_openLocalRoot()
531 rtl_uString_newConcat( &pDirImpl->m_pDirectoryPath, pCurDir, pBackSlash ); in osl_openLocalRoot()
551 if ( pDirImpl->m_pDirectoryPath ) in osl_openLocalRoot()
553 rtl_uString_release( pDirImpl->m_pDirectoryPath ); in osl_openLocalRoot()
554 pDirImpl->m_pDirectoryPath = 0; in osl_openLocalRoot()
581 rtl_uString_newFromString( &pDirImpl->m_pDirectoryPath, strDirectoryPath ); in osl_openFileDirectory()
[all …]