Searched refs:package (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsExtension.cpp41 /* Extension package item: */
46 /* Extension package item type: */
49 /* Extension package item constructor: */
168 * If it's a new package just ask for general confirmation.
188 * Install the selected package.
190 * Set the package name return value before doing this as the caller should
282 m_pActionAdd->setText(tr("Add package"));
283 m_pActionRemove->setText(tr("Remove package"));
311 * Open file-open window to let user to choose package file.
323 QString strTitle = tr("Select an extension package fil
371 const CExtPack &package = manager.Find(strExtPackName); local
[all...]
H A DUIGlobalSettingsExtension.h88 UISettingsCacheGlobalExtensionItem fetchData(const CExtPack &package) const;
/vbox/src/VBox/Installer/linux/debian/
H A Drules35 # VERSUFFIX=<suffix> set a particular package version suffix (e.g. _customer)
40 # PKGDIR=<path> where to store the final package(s)
43 package := virtualbox macro
89 $(error package distribution not detected (debrel=$(debrel)))
188 rm -f debian/$(package).init debian/vboxdrv.init
210 $(archdir)/scripts/install.sh --package $(package) --root $(prefix) \
213 --install-folder /lib/$(package) --no-helpers
243 mv $(archdir) $(prefix)/usr/lib/$(package)
244 ln -s ../VBoxVMM.so $(prefix)/usr/lib/$(package)/component
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkReply.cpp85 static int decompressCertificate(const QByteArray &package, QByteArray &certificate, const QString &strName);
365 int UINetworkReplyPrivateThread::decompressCertificate(const QByteArray &package, QByteArray &certificate, const QString &strName) argument
370 int rc = RTZipPkzipMemDecompress(&pDecompressedBuffer, &cDecompressedSize, package, package.size(), strName.toLatin1().constData());
389 /* Receive certificate package: */
390 QByteArray package; local
392 int rc = performGetRequestForBinary(pHttp, address, package);
396 rc = decompressCertificate(package, certificatePca3G5,
405 rc = decompressCertificate(package, certificatePca3,
/vbox/debian/
H A Drules34 # PKGDIR=<path> where to store the final package(s)
37 package := virtualbox macro
162 rm -f debian/$(package).init debian/vboxdrv.init
184 $(archdir)/scripts/install.sh --package $(package) --root $(prefix) \
187 --install-folder /lib/$(package) --no-helpers
217 mv $(archdir) $(prefix)/usr/lib/$(package)
218 ln -s ../VBoxVMM.so $(prefix)/usr/lib/$(package)/components/VBoxVMM.so
/vbox/src/libs/libxml2-2.6.31/
H A Dlibxml2.spec25 %package devel
44 %package python
51 The libxml2-python package contains a module that permits applications
/vbox/src/VBox/Installer/linux/scripts/
H A Dinstall.sh21 # respectively the binary rule from the rules file when the package is created.
38 # the package is created for RPM/deb packages and shouldn't create anything
39 # which is not supposed to be included in a package file list (other things can
79 ## Do not create <prefix>/share/<package>.
109 --package)
139 --no-share-package)
/vbox/src/VBox/Installer/linux/
H A DVBox.sh53 and if that is not successful, try to re-install the package.
H A Drun-inst.sh20 # installers which removes any previous installations of the package, unpacks
21 # the package into the filesystem (by default under /opt) and starts the real
66 # Create a symlink in the filesystem and add it to the list of package files
132 different type of installer. If you installed it from a package from your
397 # package.
/vbox/src/libs/xpcom18a4/nsprpub/
H A DMakefile.in146 package:
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibTracerA.asm67 ; Set up a SUPTRACERUMODFIREPROBE request package on the stack and a C helper
75 ; Allocate package and set the sizes (the helper does the rest of
/vbox/src/libs/xpcom18a4/nsprpub/pkg/linux/
H A Dsun-nspr.spec21 %package devel
/vbox/src/VBox/Main/glue/
H A Dcom.cpp43 #include <package-generated.h>
329 /* the package type is interesting for Linux distributions */
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostart-posix.cpp37 #include <package-generated.h>
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-api.jar ... wsaddressing/ javax/xml/ws/Action.class Action.java package javax.xml.ws public abstract annotation javax. ...
H A Djaxws-rt.jar ... com/sun/xml/ws/Closeable.class Closeable.java package com.sun.xml.ws public abstract com ...
H A Djaxb-impl.jar ... com/sun/xml/bind/AccessorFactory.class AccessorFactory.java package com.sun.xml.bind public abstract com ...
/vbox/src/VBox/Installer/linux/rpm/
H A Drules27 # VERSUFFIX=<suffix> set a particular package version suffix (e.g. _customer)
32 # PKGDIR=<path> where to store the final package(s)
84 $(error Cannot detect package distribution (rpmrel=$(rpmrel)))
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService.cpp38 #include <package-generated.h>
216 /* the package type is interesting for Linux distributions */
/vbox/src/libs/zlib-1.2.6/as400/
H A Dzlib.inc11 * the package version string and the stream control structure.
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp39 #include <package-generated.h>
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp47 #include <package-generated.h>
875 /* the package type is interesting for Linux distributions */
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp22 #include <package-generated.h>
526 /* the package type is interesting for Linux distributions */
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrvA-os2.asm740 ; check for the init package.
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestA-os2.asm1190 ; check for the init package.

Completed in 3720 milliseconds

12