Searched refs:bsdPathAsCFString (Results 1 – 1 of 1) sorted by relevance
3982 CFTypeRef bsdPathAsCFString; in GetBSDPath() local3983 …bsdPathAsCFString = IORegistryEntryCreateCFProperty( nextMedia, CFSTR( kIOBSDNameKey ), kCFAllocat… in GetBSDPath()3984 if ( bsdPathAsCFString ) { in GetBSDPath()3991 …if ( CFStringGetCString( bsdPathAsCFString, bsdPath + devPathLength, maxPathSize - devPathLength, … in GetBSDPath()3994 CFRelease( bsdPathAsCFString ); in GetBSDPath()