Searched defs:leafStrRef (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp472 CFStringRef leafStrRef = nsnull; local
480 leafStrRef = ::CFURLCopyLastPathComponent(pathURLRef);
481 if (!leafStrRef)
483 CFIndex leafLen = ::CFStringGetLength(leafStrRef);
486 ::CFStringGetCharacters(leafStrRef, CFRangeMake(0, leafLen), buffer.get());
489 ::CFRelease(leafStrRef);
490 leafStrRef = nsnull;
502 if (leafStrRef != nsnull)
503 ::CFRelease(leafStrRef);
564 CFStringRef leafStrRef local
[all...]

Completed in 925 milliseconds