Searched refs:cRoot (Results 1 – 2 of 2) sorted by relevance
1541 TCHAR cRoot[4] = TEXT("A:\\"); in osl_getDriveInfo() local1549 cRoot[0] = pItemImpl->cDriveString[0]; in osl_getDriveInfo()1568 else switch ( GetDriveType( cRoot ) ) in osl_getDriveInfo()1594 …if ( GetVolumeInformation( cRoot, szVolumeNameBuffer, dwBufsizeConst, NULL, NULL, NULL, NULL, 0 ) ) in osl_getDriveInfo()1609 … rtl_uString_newFromStr( &pStatus->ustrFileName, reinterpret_cast<const sal_Unicode*>(cRoot) ); in osl_getDriveInfo()
2626 sal_Unicode cRoot[4]; in _osl_getDriveInfo() local2636 cRoot[0] = pItemImpl->ustrDrive->buffer[0]; in _osl_getDriveInfo()2637 cRoot[1] = (sal_Unicode)':'; in _osl_getDriveInfo()2638 cRoot[2] = 0; in _osl_getDriveInfo()
Completed in 24 milliseconds