Searched defs:aGroup (Results 1 - 1 of 1) 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...]

Completed in 57 milliseconds