Searched defs:pszFilenameOrUuid (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp150 HRESULT openMedium(HandlerArg *a, const char *pszFilenameOrUuid, argument
156 Guid id(pszFilenameOrUuid);
162 int irc = RTPathAbs(pszFilenameOrUuid, szFilenameAbs, sizeof(szFilenameAbs));
166 RTMsgError("Cannot convert filename \"%s\" to absolute path", pszFilenameOrUuid);
169 pszFilenameOrUuid = szFilenameAbs;
173 CHECK_ERROR(a->virtualBox, OpenMedium(Bstr(pszFilenameOrUuid).raw(),
179 rc = a->virtualBox->OpenMedium(Bstr(pszFilenameOrUuid).raw(),
506 const char *pszFilenameOrUuid = NULL; local
597 if (!pszFilenameOrUuid)
598 pszFilenameOrUuid
1352 const char *pszFilenameOrUuid = NULL; local
1461 const char *pszFilenameOrUuid = NULL; local
1571 const char *pszFilenameOrUuid = NULL; local
1670 const char *pszFilenameOrUuid = NULL; local
1812 const char *pszFilenameOrUuid = NULL; local
[all...]

Completed in 145 milliseconds