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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageStorageController.cpp566 char szPathReal[RTPATH_MAX]; local
567 if (RT_FAILURE(RTPathReal(pszMedium + 5, szPathReal, sizeof(szPathReal))))
569 rc = host->FindHostDVDDrive(Bstr(szPathReal).raw(),
H A DVBoxManageModifyVM.cpp1132 char szPathReal[RTPATH_MAX]; local
1133 if (RT_FAILURE(RTPathReal(ValueUnion.psz + 5, szPathReal, sizeof(szPathReal))))
1139 rc = host->FindHostDVDDrive(Bstr(szPathReal).raw(),
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp2156 char szPathReal[256];
2158 && RT_SUCCESS(RTPathReal(pszDevice, szPathReal, sizeof(szPathReal))))
2159 pszDevice = szPathReal;

Completed in 60 milliseconds