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

/macosx-10.10/libfs-13/
H A DFSFormatName.c66 CFMutableArrayRef tmpStrings; local
72 tmpStrings = CFArrayCreateMutable(NULL, CFArrayGetCount(tmpPaths), NULL);
73 if (tmpStrings == NULL)
101 CFArrayAppendValue(tmpStrings, tURL);
105 searchPaths = CFArrayCreateCopy(NULL, tmpStrings);
107 CFRelease(tmpStrings);

Completed in 78 milliseconds