Searched refs:fullName (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DregExport.cpp199 char *fullName = new char[ PL_strlen(rootName) + PL_strlen(name) + 5 ]; local
200 PL_strcpy( fullName, rootName );
201 PL_strcat( fullName, " - " );
202 PL_strcat( fullName, name );
207 display( reg, key, fullName );
212 delete [] fullName;
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemGroup.h70 QString fullName() const;
H A DUIGChooserItemMachine.h60 QString fullName() const;
H A DUIGChooserItem.h101 virtual QString fullName() const = 0;
H A DUIGChooserModel.cpp870 strGroupName = pGroup->fullName();
1767 const QStringList definitions = gEDataManager->selectorWindowGroupsDefinitions(pParentItem->fullName());
1834 const QStringList definitions = gEDataManager->selectorWindowGroupsDefinitions(pParentItem->fullName());
1928 groups[pMachineItem->id()] << pParentGroup->fullName();
1938 const QString strExtraDataKey = pParentItem->fullName();
H A DUIGChooserItemMachine.cpp125 QString UIGChooserItemMachine::fullName() const function in class:UIGChooserItemMachine
129 QString strFullParentName = parentItem()->fullName();
H A DUIGChooserItemGroup.cpp188 QString UIGChooserItemGroup::fullName() const function in class:UIGChooserItemGroup
195 QString strFullParentName = parentItem()->fullName();
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1232 Utf8Str shortName, fullName; local
1237 int rc = i_calculateFullPath(shortName, fullName);
1239 if (RTFileExists(fullName.c_str()))
1242 aFile = fullName;
1249 fullName = Utf8StrFmt("%s%c%s",
1253 if (RTFileExists(fullName.c_str()))
1256 aFile = fullName;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 106 milliseconds