Home
last modified time | relevance | path

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

/trunk/main/autodoc/source/cosv/storage/
H A Dplocroot.cxx97 char cDrive; member in csv::ploc::WinDrive
116 char cDrive; member in csv::ploc::WinDriveRootDir
364 o_rPath << cDrive << ':'; in Get()
371 buf_[0] = cDrive; in Get()
378 return new WinDrive(cDrive); in CreateCopy()
393 if ( 'A' > cDrive OR 'Z' < cDrive ) in WinDriveRootDir()
394 cDrive = 0; in WinDriveRootDir()
398 : cDrive(i_cDrive) in WinDriveRootDir()
405 o_rPath << cDrive << ":\\"; in Get()
412 buf_[0] = cDrive; in Get()
[all …]
/trunk/main/sal/osl/w32/
H A Dfile_dirvol.cxx1540 TCHAR cDrive[3] = TEXT("A:"); in osl_getDriveInfo() local
1548 cDrive[0] = pItemImpl->cDriveString[0]; in osl_getDriveInfo()
1576 DWORD dwResult = WNetGetConnection( cDrive, szBuffer, &dwBufsize ); in osl_getDriveInfo()
1581 swprintf( szFileName, L"%s [%s]", cDrive, szBuffer ); in osl_getDriveInfo()
1585 rtl_uString_newFromStr( &pStatus->ustrFileName, reinterpret_cast<const sal_Unicode*>(cDrive) ); in osl_getDriveInfo()
1598 swprintf( szFileName, L"%s [%s]", cDrive, szVolumeNameBuffer ); in osl_getDriveInfo()
1602 rtl_uString_newFromStr( &pStatus->ustrFileName, reinterpret_cast<const sal_Unicode*>(cDrive) ); in osl_getDriveInfo()
/trunk/main/sal/osl/os2/
H A Dfile.cxx2625 sal_Unicode cDrive[3]; in _osl_getDriveInfo() local
2633 cDrive[0] = pItemImpl->ustrDrive->buffer[0]; in _osl_getDriveInfo()
2634 cDrive[1] = (sal_Unicode)':'; in _osl_getDriveInfo()
2635 cDrive[2] = 0; in _osl_getDriveInfo()
2665 nDriveNumber = toupper(*cDrive) - 'A' + 1; in _osl_getDriveInfo()
2673 *szFileName = toupper(*cDrive); in _osl_getDriveInfo()

Completed in 37 milliseconds