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

/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp3864 QString UIExtraDataManager::extraDataKeyPerScreen(const QString &strBase, ulong uScreenIndex, bool fSameRuleForPrimary /* = false */) argument
3866 return fSameRuleForPrimary || uScreenIndex ? strBase + QString::number(uScreenIndex) : strBase;
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1284 Utf8Str strBase = aBaseFolder; local
1287 LogFlowThisFunc(("aName=\"%s\",aBaseFolder=\"%s\"\n", strName.c_str(), strBase.c_str()));
1339 if (strBase.isEmpty())
1341 i_getDefaultMachineFolder(strBase);
1343 i_calculateFullPath(strBase, strBase);
1349 strBase.c_str(),

Completed in 61 milliseconds