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

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Resources.c1903 CFMutableStringRef argDirStr = NULL; local
1905 argDirStr = CFStringCreateMutableCopy(kCFAllocatorDefault, 0, resourcesDirectory);
1906 _CFAppendPathComponent2(argDirStr, subdirectory);
1908 argDirStr = (CFMutableStringRef)CFRetain(resourcesDirectory);
1914 subTable = (CFDictionaryRef) CFDictionaryGetValue(bundle->_queryTable, argDirStr);
1920 CFDictionarySetValue(bundle->_queryTable, argDirStr, subTable);
1925 CFRelease(argDirStr);

Completed in 78 milliseconds