Searched refs:aDrive (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileSpecWin.cpp | 651 char aDrive[_MAX_DRIVE + 2]; local 652 _splitpath( (const char*)mPath, aDrive, NULL, NULL, NULL); 654 if (aDrive[0] == '\0') 660 aDrive[0] = mPath[1]; 661 aDrive[1] = ':'; 662 aDrive[2] = '\0'; 671 strcat(aDrive, "\\"); 695 if (getDiskFreeSpaceExA && (*getDiskFreeSpaceExA)(aDrive, 702 else if ( GetDiskFreeSpace(aDrive, &dwSecPerClus, &dwBytesPerSec, &dwFreeClus, &dwTotalClus))
|
/vbox/src/VBox/Main/include/ |
H A D | HostImpl.h | 132 ComPtr<IMedium> &aDrive); 134 ComPtr<IMedium> &aDrive);
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileWin.cpp | 1727 char aDrive[_MAX_DRIVE + 2]; local 1728 _splitpath( mResolvedPath.get(), aDrive, NULL, NULL, NULL); 1729 strcat(aDrive, "\\"); 1732 if (GetDiskFreeSpace(aDrive, &dwSecPerClus, &dwBytesPerSec, &dwFreeClus, &dwTotalClus))
|
/vbox/src/VBox/Main/src-server/ |
H A D | HostImpl.cpp | 1458 ComPtr<IMedium> &aDrive) 1463 rc = medium.queryInterfaceTo(aDrive.asOutParam()); 1469 HRESULT Host::findHostFloppyDrive(const com::Utf8Str &aName, ComPtr<IMedium> &aDrive) argument 1471 aDrive = NULL; 1477 return medium.queryInterfaceTo(aDrive.asOutParam()); 1457 findHostDVDDrive(const com::Utf8Str &aName, ComPtr<IMedium> &aDrive) argument
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v4_3.h | 8026 #define IHost_FindHostDVDDrive(p, aName, aDrive) ((p)->lpVtbl->FindHostDVDDrive(p, aName, aDrive)) 8027 #define IHost_FindHostFloppyDrive(p, aName, aDrive) ((p)->lpVtbl->FindHostFloppyDrive(p, aName, aDrive))
|
Completed in 192 milliseconds