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

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1448 const com::Utf8Str &aOsTypeId,
1453 LogFlowThisFunc(("aSettingsFile=\"%s\", aName=\"%s\", aOsTypeId =\"%s\", aCreateFlags=\"%s\"\n",
1454 aSettingsFile.c_str(), aName.c_str(), aOsTypeId.c_str(), aFlags.c_str()));
1535 rc = i_findGuestOSType(Bstr(aOsTypeId), osType);
1445 createMachine(const com::Utf8Str &aSettingsFile, const com::Utf8Str &aName, const std::vector<com::Utf8Str> &aGroups, const com::Utf8Str &aOsTypeId, const com::Utf8Str &aFlags, ComPtr<IMachine> &aMachine) argument

Completed in 65 milliseconds