Searched refs:mName (Results 26 - 41 of 41) sorted by relevance

12

/vbox/src/VBox/Main/include/
H A DDHCPServerImpl.h137 const Bstr mName; member in class:DHCPServer
H A DHostUSBDeviceImpl.h303 const char *mName; member in class:HostUSBDevice
H A DGuestSessionImpl.h207 if (mProcInfo.mName.isEmpty())
208 mProcInfo.mName = strDest;
/vbox/src/VBox/Main/src-client/
H A DAdditionsFacilityImpl.cpp173 return AdditionsFacility::i_typeToInfo(mData.mType).mName;
H A DGuestFsObjInfoImpl.cpp232 aName = mData.mName;
H A DGuestCtrlPrivate.cpp304 mName = strmBlk.GetString("name");
305 if (mName.isEmpty()) throw VERR_NOT_FOUND;
341 mName = strmBlk.GetString("name");
342 if (mName.isEmpty()) throw VERR_NOT_FOUND;
370 mName = strmBlk.GetString("name");
371 if (mName.isEmpty()) throw VERR_NOT_FOUND;
H A DGuestDirectoryImpl.cpp92 procInfo.mName = Utf8StrFmt(tr("Reading directory \"%s\""), openInfo.mPath.c_str());
H A DGuestSessionImplTasks.cpp637 procInfo.mName = Utf8StrFmt(GuestSession::tr("Copying file \"%s\" from guest to the host to \"%s\" (%RI64 bytes)"),
1022 LogRel(("Running %s ...\n", procInfo.mName.c_str()));
1339 siCertUtilRem.mName = "VirtualBox Certificate Utility, removing old VirtualBox certificates";
1352 siCertUtilAdd.mName = "VirtualBox Certificate Utility, installing VirtualBox certificates";
1372 siInstaller.mName = "VirtualBox Windows Guest Additions Installer";
H A DGuestSessionImpl.cpp191 mData.mSession.mName = ssInfo.mName;
264 LogFlowThisFunc(("mName=%s, mID=%RU32, mIsInternal=%RTbool, rc=%Rrc\n",
265 mData.mSession.mName.c_str(), mData.mSession.mID, mData.mSession.mIsInternal, rc));
377 aName = mData.mSession.mName;
477 mData.mSession.mName.c_str(), cEnvVars));
862 strName = objData.mName;
1425 return mData.mSession.mName;
1602 LogFlowThisFunc(("mID=%RU32, mName=%s, uProtocolVersion=%RU32, openFlags=%x, openTimeoutMS=%RU32\n",
1603 mData.mSession.mID, mData.mSession.mName
[all...]
H A DGuestProcessImpl.cpp366 aName = mData.mProcess.mName;
/vbox/src/VBox/Main/src-server/
H A DDHCPServerImpl.cpp113 unconst(mName) = aName;
138 unconst(mName) = data.strNetworkName;
165 data.strNetworkName = mName;
188 aName = mName;
H A DUSBDeviceFiltersImpl.cpp546 f.strName = filterData.mName;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp129 mName = NULL;
135 if ((mName = new CHAR8[strlen (Name) + 1]) != NULL) {
136 strcpy (mName, Name);
156 mName = NULL;
162 if ((mName = new CHAR8[strlen (Name) + 1]) != NULL) {
163 strcpy (mName, Name);
182 BUFFER_SAFE_FREE (mName);
248 if (strcmp (p->mName, Name) != 0) {
388 fprintf (pFile, "\nunsigned char %s%sBlockName[] = {", BaseName, Item->mName);
406 fprintf (pFile, "\nunsigned char %s%sDefault%s[] = {", BaseName, Item->mName, Ite
[all...]
H A DVfrUtilityLib.h59 CHAR8 *mName; // varstore name member in struct:SConfigItem
331 CHAR8 *mName; member in struct:SVfrQuestionNode
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp968 mName(ToNewCString(name)),
977 if (mName) PL_strfree(mName);
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/
H A DipcDConnectService.cpp1815 , mName(aName), mFilename(aFilename)
1828 nsCString mName; member in class:ExceptionStub
1904 *aName = ToNewCString(mName);

Completed in 1201 milliseconds

12