Searched refs:aGroup (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1277 const com::Utf8Str &aGroup,
1317 Utf8Str strGroup(aGroup);
3179 static HRESULT i_validateMachineGroupHelper(const Utf8Str &aGroup, bool fPrimary, VirtualBox *pVirtualBox) argument
3182 if (aGroup.isEmpty())
3185 if (aGroup == "/")
3188 if (aGroup.length() == 1)
3191 if (aGroup.c_str()[0] != '/')
3194 if (aGroup.c_str()[aGroup.length() - 1] == '/')
3197 const char *pStr = aGroup
1276 composeMachineFilename(const com::Utf8Str &aName, const com::Utf8Str &aGroup, const com::Utf8Str &aCreateFlags, const com::Utf8Str &aBaseFolder, com::Utf8Str &aFile) argument
3245 i_validateMachineGroup(const Utf8Str &aGroup, bool fPrimary) argument
[all...]
/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h179 HRESULT i_validateMachineGroup(const Utf8Str &aGroup, bool fPrimary);
279 const com::Utf8Str &aGroup,
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h4267 #define IVirtualBox_ComposeMachineFilename(p, aName, aGroup, aCreateFlags, aBaseFolder, aFile) ((p)->lpVtbl->ComposeMachineFilename(p, aName, aGroup, aCreateFlags, aBaseFolder, aFile))

Completed in 172 milliseconds