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

/macosx-10.9.5/CF-855.17/
H A DCFFileUtilities.c219 CF_PRIVATE CFMutableArrayRef _CFCreateContentsOfDirectory(CFAllocatorRef alloc, char *dirPath, void *dirSpec, CFURLRef dirURL, CFStringRef matchingAbstractType) { function
496 #error _CFCreateContentsOfDirectory() unknown architecture, not implemented
583 CFMutableArrayRef contents = _CFCreateContentsOfDirectory(alloc, (char *)path, NULL, NULL, NULL);
H A DCFInternal.h540 CF_PRIVATE CFMutableArrayRef _CFCreateContentsOfDirectory(CFAllocatorRef alloc, char *dirPath, void *dirSpec, CFURLRef dirURL, CFStringRef matchingAbstractType);
H A DCFBundle.c1244 CFArrayRef URLs = _CFCreateContentsOfDirectory(alloc, NULL, NULL, directoryURL, bundleType);

Completed in 117 milliseconds