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

/macosx-10.10.1/libfs-13/
H A DFSFormatName.c59 static CFArrayRef searchPaths = NULL; local
64 if (NULL == searchPaths) {
105 searchPaths = CFArrayCreateCopy(NULL, tmpStrings);
109 if (searchPaths == NULL)
113 for (indx = 0; indx < CFArrayGetCount(searchPaths); indx++) {
114 CFURLRef libRef = CFArrayGetValueAtIndex(searchPaths, indx);

Completed in 178 milliseconds