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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c3704 CFStringRef newKeyWithProductAndPlatform = CFStringCreateWithFormat(kCFAllocatorSystemDefault, NULL, CFSTR("%@-%@~%@%@%@"), firstPartOfKey, _CFGetPlatformName(), _CFGetProductName(), restOfKey ? CFSTR(":") : CFSTR(""), restOfKey ? restOfKey : CFSTR("")); local
3709 CFSetAddValue(newKeys, newKeyWithProductAndPlatform);
3715 CFRelease(newKeyWithProductAndPlatform);

Completed in 86 milliseconds