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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp649 Utf8Str strTargetPath = Utf8Str(strMachineFolder); local
650 strTargetPath.append(RTPATH_DELIMITER).append(di.strHref);
656 strTargetPath.stripSuffix();
659 i_searchUniqueDiskImageFilePath(strTargetPath);
678 strTargetPath,
689 Utf8Str strTargetPath = Utf8Str(strMachineFolder) local
697 strTargetPath.stripSuffix();
700 i_searchUniqueDiskImageFilePath(strTargetPath);
719 strTargetPath,
2325 * @param strTargetPath Wher
2329 i_importOneDiskImage(const ovf::DiskImage &di, Utf8Str *strTargetPath, ComObjPtr<Medium> &pTargetHD, ImportStack &stack, PVDINTERFACEIO pCallbacks, PSHASTORAGE pStorage) argument
[all...]

Completed in 53 milliseconds