Searched refs:tmpPaths (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.9.5/libfs-13/
H A DFSFormatName.c65 CFArrayRef tmpPaths = CFCopySearchPathForDirectoriesInDomains(kCFLibraryDirectory, kCFSystemDomainMask | kCFNetworkDomainMask | kCFLocalDomainMask, true); local
69 if (NULL == tmpPaths)
72 tmpStrings = CFArrayCreateMutable(NULL, CFArrayGetCount(tmpPaths), NULL);
75 for (i = 0; i < CFArrayGetCount(tmpPaths); i++) {
79 CFTypeRef tobject = CFArrayGetValueAtIndex(tmpPaths, i);
108 CFRelease(tmpPaths);

Completed in 258 milliseconds