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

/macosx-10.9.5/libfs-13/
H A DFSFormatName.c42 CFStringRef formatNameTableKey; local
48 formatNameTableKey = CFStringCreateWithFormat(NULL, NULL, CFSTR("%d%@%d"), (localized ? 1 : 0), fsType, fsSubtype);
52 formatName = (void*)((NULL == __FSLocalizedNameTable) ? NULL : CFDictionaryGetValue(__FSLocalizedNameTable, (const void *)formatNameTableKey));
221 // NSLog(CFSTR("Setting value %@ for key %@\n"), formatName, formatNameTableKey);
222 CFDictionarySetValue(__FSLocalizedNameTable, (const void *)formatNameTableKey, (const void *)formatName);
229 CFRelease(formatNameTableKey);

Completed in 171 milliseconds