Searched refs:theVolumeName (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFPlatform.c975 wchar_t *theVolumeName = (wchar_t *)malloc((strLen + 1) * sizeof(wchar_t)); local
976 CFStringGetCharacters(volNameStr, CFRangeMake(0, strLen), (UniChar *)theVolumeName);
977 theVolumeName[strLen] = 0;
980 _wcslwr(theVolumeName);
1005 if (!wcscmp((const wchar_t *)thisVolumeName, theVolumeName) ||
1018 free(theVolumeName);

Completed in 277 milliseconds