Changeset 85283 in vbox
- Timestamp:
- Jul 12, 2020 2:54:15 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139260
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ApplianceImpl.h
r84340 r85283 132 132 bool i_isApplianceIdle(); 133 133 HRESULT i_searchUniqueVMName(Utf8Str& aName) const; 134 HRESULT i_ searchUniqueImageFilePath(const Utf8Str &aMachineFolder,134 HRESULT i_ensureUniqueImageFilePath(const Utf8Str &aMachineFolder, 135 135 DeviceType_T aDeviceType, 136 136 Utf8Str &aName) const; -
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r85219 r85283 750 750 strFilename.stripSuffix(); 751 751 752 i_ searchUniqueImageFilePath(strMachineFolder, devType, strFilename); /** @todo check the return code! */752 i_ensureUniqueImageFilePath(strMachineFolder, devType, strFilename); /** @todo check the return code! */ 753 753 754 754 /* find the description for the storage controller
Note:
See TracChangeset
for help on using the changeset viewer.