Home
last modified time | relevance | path

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

/aoo4110/main/sal/osl/w32/
H A Dfile_dirvol.cxx1541 TCHAR cRoot[4] = TEXT("A:\\"); in osl_getDriveInfo() local
1549 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()
/aoo4110/main/sal/osl/os2/
H A Dfile.cxx2626 sal_Unicode cRoot[4]; in _osl_getDriveInfo() local
2636 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 35 milliseconds