Home
last modified time | relevance | path

Searched refs:bsdPathAsCFString (Results 1 – 1 of 1) sorted by relevance

/qemu/block/
H A Dfile-posix.c4076 CFTypeRef bsdPathAsCFString; in GetBSDPath() local
4077bsdPathAsCFString = IORegistryEntryCreateCFProperty( nextMedia, CFSTR( kIOBSDNameKey ), kCFAllocat… in GetBSDPath()
4078 if ( bsdPathAsCFString ) { in GetBSDPath()
4085 …if ( CFStringGetCString( bsdPathAsCFString, bsdPath + devPathLength, maxPathSize - devPathLength, … in GetBSDPath()
4088 CFRelease( bsdPathAsCFString ); in GetBSDPath()