Searched refs:bundle (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Ddll.c33 CFBundleRef bundle; local
49 __frameworkErr = "Could not create OpenGL Framework bundle URL";
53 bundle = CFBundleCreate( kCFAllocatorDefault, bundleURL );
56 if( !bundle ) {
57 __frameworkErr = "Could not create OpenGL Framework bundle";
61 if( !CFBundleLoadExecutable(bundle) ) {
66 return bundle;
79 /* default to a chromium bundle */
145 if( check_extension(name, ".bundle") )
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/
H A Dprlink.c227 CFBundleRef bundle; member in struct:PRLibrary
895 ** Creates a CFBundleRef if the pathname refers to a Mac OS X bundle
905 CFBundleRef bundle = NULL; local
922 bundle = CFBundleCreate(NULL, bundleURL);
944 bundle = CFBundleCreate(NULL, bundleURL);
949 lm->bundle = bundle;
950 return (bundle != NULL) ? PR_SUCCESS : PR_FAILURE;
1461 if (lib->bundle)
1462 CFRelease(lib->bundle);
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_aggregate.c977 * the bundle is values followed by key to accommodate the
1379 dt_ahashent_t *h, **sorted = NULL, ***bundle, **nbundle; local
1695 * to reuse the underlying storage. And note that "bundle" is an
1701 bundle = (dt_ahashent_t ***)sorted;
1709 * We have a bundle boundary. Everything from start to
1710 * (i - 1) belongs in one bundle.
1760 bundle[nbundles++] = nbundle;
1767 dt_aggregate_qsort(dtp, bundle, nbundles, sizeof (dt_ahashent_t **),
1792 assert(bundle[i][ndx] != NULL);
1793 data[j + 1] = &bundle[
[all...]
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DMozilla.java188 * Check the application bundle first, for
189 * <bundle>/Contents/Frameworks/XUL.framework/libxpcom.dylib.
215 * to get the bundle's "Frameworks" directory.
224 // Get the bundle for this app. If this is not executing from
225 // a bundle, this will return null.
227 Object bundle = mainBundleMethod.invoke(null, (java.lang.Object[])null);
229 if (bundle != null) {
230 // Get the path to the bundle's "Frameworks" directory
233 String path = (String) fwPathMethod.invoke(bundle, (java.lang.Object[])null);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp2051 // be packages, even if the top-level folder doesn't have bundle set
2096 CFBundleRef bundle = ::CFBundleCreate(NULL, urlRef); local
2097 if (bundle) {
2098 CFStringRef bundleIdentifier = ::CFBundleGetIdentifier(bundle);
2102 ::CFRelease(bundle);
/vbox/src/libs/libxml2-2.6.31/
H A Dltmain.sh2713 $EGREP ": [^:]* bundle" >/dev/null ; then
/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 DFastInfoset.jar ... util.Locale locale private java.util.ResourceBundle bundle protected void " href="/source/s?defs=% ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 127 milliseconds