Searched refs:strNameVBox (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DApplianceImplPrivate.h175 Utf8Str strNameVBox; // VM name member in struct:Appliance::ImportStack
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp2690 Bstr(stack.strNameVBox).raw(),
3951 stack.strNameVBox,// name from OVF preparations; can be suffixed to avoid duplicates
4017 stack.strNameVBox = vsdeName.front()->strVBoxCurrent;
4022 rc = mVirtualBox->ComposeMachineFilename(Bstr(stack.strNameVBox).raw(),
4031 LogFunc(("i=%zu strName=%s bstrMachineFilename=%ls\n", i, stack.strNameVBox.c_str(), bstrMachineFilename.raw()));

Completed in 53 milliseconds