Searched defs:tmpName (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPI.cpp181 Bstr tmpName; local
182 rc = machines[i]->COMGETTER(Name)(tmpName.asOutParam());
185 if (tmpName == tstMachineName)
/vbox/src/VBox/Main/src-server/
H A DApplianceImpl.cpp869 char *tmpName = RTStrDup(aName.c_str()); local
872 while (mVirtualBox->FindMachine(Bstr(tmpName).raw(), &machine) != VBOX_E_OBJECT_NOT_FOUND)
874 RTStrFree(tmpName);
875 RTStrAPrintf(&tmpName, "%s_%d", aName.c_str(), i);
878 aName = tmpName;
879 RTStrFree(tmpName);
887 char *tmpName = RTStrDup(aName.c_str()); local
892 while ( RTPathExists(tmpName)
893 || mVirtualBox->OpenMedium(Bstr(tmpName).raw(), DeviceType_HardDisk, AccessMode_ReadWrite,
896 RTStrFree(tmpName);
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c7093 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; local
7109 NULL, attr, &tmpNs, &tmpName) != 0) {
7138 attr, &tmpNs, &tmpName);
7291 if (tmpName != NULL) {
7292 attrDecl->typeName = tmpName;
7322 tmpName, tmpNs);
7378 tmpName = name;
7390 (tmpName == (WXS_ATTR_PROHIB_CAST use)->name) &&
7399 xmlSchemaFormatQName(&str, tmpNs, tmpName),
7413 prohib->name = tmpName;
[all...]

Completed in 76 milliseconds