Searched refs:bundleURL (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Ddll.c34 CFURLRef bundleURL; local
47 bundleURL = CFURLCreateWithString( NULL, CFStringCreateWithCStringNoCopy(NULL, fullfile, CFStringGetSystemEncoding(), NULL), NULL );
48 if( !bundleURL ) {
53 bundle = CFBundleCreate( kCFAllocatorDefault, bundleURL );
54 CFRelease( bundleURL );
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp149 CFURLRef bundleURL = CFBundleCopyExecutableURL(appBundle); local
150 if (bundleURL != nsnull)
152 CFURLRef parentURL = CFURLCreateCopyDeletingLastPathComponent(kCFAllocatorDefault, bundleURL);
163 CFRelease(bundleURL);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/
H A Dprlink.c904 CFURLRef bundleURL; local
919 bundleURL = CFURLCreateWithFileSystemPath(NULL, pathRef,
921 if (bundleURL) {
922 bundle = CFBundleCreate(NULL, bundleURL);
923 CFRelease(bundleURL);
942 bundleURL = CFURLCreateFromFSRef(NULL, &fsRef);
943 if (bundleURL) {
944 bundle = CFBundleCreate(NULL, bundleURL);
945 CFRelease(bundleURL);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsDirectoryService.cpp204 CFURLRef bundleURL = CFBundleCopyExecutableURL(appBundle); local
205 if (bundleURL != nsnull)
207 CFURLRef parentURL = CFURLCreateCopyDeletingLastPathComponent(kCFAllocatorDefault, bundleURL);
225 CFRelease(bundleURL);

Completed in 71 milliseconds