Searched refs:bsdPathAsCFString (Results 1 – 1 of 1) sorted by relevance
4077 CFTypeRef bsdPathAsCFString; in GetBSDPath() local4078 …bsdPathAsCFString = IORegistryEntryCreateCFProperty( nextMedia, CFSTR( kIOBSDNameKey ), kCFAllocat… in GetBSDPath()4079 if ( bsdPathAsCFString ) { in GetBSDPath()4086 …if ( CFStringGetCString( bsdPathAsCFString, bsdPath + devPathLength, maxPathSize - devPathLength, … in GetBSDPath()4089 CFRelease( bsdPathAsCFString ); in GetBSDPath()