Searched refs:isNotEmpty (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp249 ComAssertRet(aParent && aName.isNotEmpty() && aHostPath.isNotEmpty(), E_INVALIDARG);
H A DExtPackManagerImpl.cpp466 if (aPreferredLocale.isNotEmpty() && aPreferredLanguage.isNotEmpty())
469 else if (aPreferredLocale.isNotEmpty())
472 else if (aPreferredLanguage.isNotEmpty())
542 if (bstrLicense.isNotEmpty())
1014 if (m->Desc.strVrdeModule.isNotEmpty())
1082 && m->Desc.strVrdeModule.isNotEmpty();
1130 if (m->strMainModPath.isNotEmpty())
1729 if (aPreferredLocale.isNotEmpty() && aPreferredLanguage.isNotEmpty())
[all...]
/vbox/src/VBox/Runtime/common/string/
H A Dministring.cpp414 if (a_rstrPrefix.isNotEmpty())
424 if (a_rstrPrefix.isNotEmpty())
/vbox/src/VBox/Main/src-server/
H A DHostDnsService.cpp251 if (bstrHostDNSOrderIgnore.isNotEmpty())
H A DSnapshotImpl.cpp380 *aOnline = i_getStateFilePath().isNotEmpty();
690 if (path.isNotEmpty())
751 if (i_getStateFilePath().isNotEmpty())
1598 if (task.m_strStateFilePath.isNotEmpty())
1670 if (task.m_strStateFilePath.isNotEmpty())
2134 if (strSnapshotStateFile.isNotEmpty())
2170 if (mSSData->strStateFilePath.isNotEmpty())
H A DMediumAttachmentImpl.cpp363 if (m->bd->strBandwidthGroup.isNotEmpty())
H A DNetworkAdapterImpl.cpp1073 if (mData->mBandwidthGroup.isNotEmpty())
1304 if (mData->mBandwidthGroup.isNotEmpty())
H A DSystemPropertiesImpl.cpp774 if (strExtPack.isNotEmpty())
820 if (aExtPack.isNotEmpty())
H A DVRDEServerImpl.cpp800 if (strExtPack.isNotEmpty())
H A DApplianceImplImport.cpp166 && pNewDesc->m->pConfig->machineUserData.strOsType.isNotEmpty()
170 else if (vsysThis.strTypeVBox.isNotEmpty()) // OVFReader has found vbox:OSType
184 && pNewDesc->m->pConfig->machineUserData.strName.isNotEmpty())
330 else if (vsysThis.strSoundCardType.isNotEmpty())
337 if (strSoundCard.isNotEmpty())
3531 if (stack.strAudioAdapter.isNotEmpty())
H A DMediumImpl.cpp3183 if ( aCurrentPassword.isNotEmpty()
9324 if (task.mstrCipher.isNotEmpty())
9328 && task.mstrCurrentPassword.isNotEmpty())
9350 else if (task.mstrNewPasswordId.isNotEmpty() || task.mstrNewPassword.isNotEmpty())
9407 if ( task.mstrNewPasswordId.isNotEmpty()
9418 if (task.mstrNewPasswordId.isNotEmpty())
H A DApplianceImplExport.cpp1555 if (desc.strVBoxCurrent.isNotEmpty() &&
H A DMachineImpl.cpp4642 if (strBandwidthGroupOld.isNotEmpty())
9219 if (dev.strHostDriveSrc.isNotEmpty())
14181 if ( (strStateFile.isNotEmpty())
/vbox/include/VBox/com/
H A Dstring.h240 bool isNotEmpty() const { return m_bstr != NULL && *m_bstr != 0; } function in class:com::Bstr
/vbox/include/iprt/cpp/
H A Dministring.h549 bool isNotEmpty() const function in class:RTCString
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp558 if (strBasePath.isNotEmpty())
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp2360 if (strFlags.isNotEmpty())
2370 if (strGroups.isNotEmpty())
2380 if (strDests.isNotEmpty())
/vbox/src/VBox/Main/xml/
H A DSettings.cpp3732 if ( pUserData->strTeleporterPassword.isNotEmpty()
4365 if (hw.vrdeSettings.strVrdeExtPack.isNotEmpty())
4560 if (nic.strBandwidthGroup.isNotEmpty())
5915 && (netit->strBandwidthGroup.isNotEmpty())
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp1103 Assert(strRootDest.isNotEmpty());
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp859 Assert(strFormat.isNotEmpty());
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp7989 ComAssertRet(strName.isNotEmpty(), E_FAIL);
7990 ComAssertRet(aData.m_strHostPath.isNotEmpty(), E_FAIL);
8101 ComAssertRet(strName.isNotEmpty(), E_FAIL);
H A DConsoleImpl2.cpp271 if (pStrKey->isNotEmpty())
504 if (bstrValue.isNotEmpty())

Completed in 199 milliseconds