Searched refs:ustrDrive (Results 1 – 2 of 2) sorted by relevance
884 rtl_uString * ustrDrive = NULL; in _osl_getNextDrive() local916 rtl_string2UString( &pItemImpl->ustrDrive, buffer, 3, in _osl_getNextDrive()918 OSL_ASSERT(pItemImpl->ustrDrive != 0); in _osl_getNextDrive()1190 if ( pItemImpl->ustrDrive->buffer[pItemImpl->ustrDrive->length-1] != sal_Unicode('\\') ) in osl_getDirectoryItem()1191 rtl_uString_newConcat( &pItemImpl->ustrDrive, in osl_getDirectoryItem()1260 if (pItemImpl->ustrDrive) in osl_releaseDirectoryItem()1261 rtl_uString_release( pItemImpl->ustrDrive ); in osl_releaseDirectoryItem()2633 cDrive[0] = pItemImpl->ustrDrive->buffer[0]; in _osl_getDriveInfo()2636 cRoot[0] = pItemImpl->ustrDrive->buffer[0]; in _osl_getDriveInfo()2642 if ( pItemImpl->ustrDrive->buffer[0] == '\\' && in _osl_getDriveInfo()[all …]
92 rtl_uString* ustrDrive; member
Completed in 29 milliseconds