HomeSort by relevance Sort by last modified time
    Searched refs:bundleURL (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/decklink/mac/include/
DeckLinkAPIDispatch_v7_6.cpp 49 CFURLRef bundleURL;
51 bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kDeckLinkAPI_BundlePath), kCFURLPOSIXPathStyle, true);
52 if (bundleURL != NULL)
54 gBundleRef = CFBundleCreate(kCFAllocatorDefault, bundleURL);
62 CFRelease(bundleURL);
DeckLinkAPIDispatch.cpp 58 CFURLRef bundleURL;
60 bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kDeckLinkAPI_BundlePath), kCFURLPOSIXPathStyle, true);
61 if (bundleURL != NULL)
63 gDeckLinkAPIBundleRef = CFBundleCreate(kCFAllocatorDefault, bundleURL);
73 CFRelease(bundleURL);
159 CFURLRef bundleURL;
161 bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kBMDStreamingAPI_BundlePath), kCFURLPOSIXPathStyle, true);
162 if (bundleURL != NULL)
164 gBMDStreamingAPIBundleRef = CFBundleCreate(kCFAllocatorDefault, bundleURL);
171 CFRelease(bundleURL);
    [all...]
DeckLinkAPIDispatch_v8_0.cpp 55 CFURLRef bundleURL;
57 bundleURL = CFURLCreateWithFileSystemPath(kCFAllocatorDefault, CFSTR(kDeckLinkAPI_BundlePath), kCFURLPOSIXPathStyle, true);
58 if (bundleURL != NULL)
60 gDeckLinkAPIBundleRef = CFBundleCreate(kCFAllocatorDefault, bundleURL);
69 CFRelease(bundleURL);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 

Completed in 2136 milliseconds