Searched refs:i_findHardDiskByLocation (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h185 HRESULT i_findHardDiskByLocation(const Utf8Str &strLocation,
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1823 rc = i_findHardDiskByLocation(aLocation,
3352 HRESULT VirtualBox::i_findHardDiskByLocation(const Utf8Str &strLocation, function in class:VirtualBox
3753 rc = i_findHardDiskByLocation(aLocation, false /* aSetError */, &pMediumFound);
H A DApplianceImplExport.cpp2148 rc = mVirtualBox->i_findHardDiskByLocation(strSrcFilePath, true, &pSourceDisk);

Completed in 65 milliseconds