Searched refs:cDrive (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/cosv/source/storage/ |
H A D | plocroot.cxx | 97 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 …]
|
/aoo41x/main/sal/osl/w32/ |
H A D | file_dirvol.cxx | 1540 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()
|
/aoo41x/main/sal/osl/os2/ |
H A D | file.cxx | 2625 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 61 milliseconds