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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c199 static void _CFBundleEnsureBundlesExistForImagePaths(CFArrayRef imagePaths);
3603 static void _CFBundleEnsureBundlesExistForImagePaths(CFArrayRef imagePaths) { argument
3605 // If an image path corresponds to a bundle, we see if there is already a bundle instance. If there is and it is NOT in the _dynamicBundles array, it is added to the staticBundles. Do not add the main bundle to the list here (even if it appears in imagePaths).
3606 CFIndex i, imagePathCount = CFArrayGetCount(imagePaths);
3607 for (i = 0; i < imagePathCount; i++) _CFBundleEnsureBundleExistsForImagePath((CFStringRef)CFArrayGetValueAtIndex(imagePaths, i));
3611 CFArrayRef imagePaths = NULL; local
3615 imagePaths = _CFBundleDYLDCopyLoadedImagePathsForHint(hint);
3617 if (imagePaths) {
3618 _CFBundleEnsureBundlesExistForImagePaths(imagePaths);
3619 CFRelease(imagePaths);
3625 CFArrayRef imagePaths = NULL; local
[all...]

Completed in 127 milliseconds