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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp2277 nsresult nsLocalFile::CFStringReftoUTF8(CFStringRef aInStrRef, nsACString& aOutStr) argument
2280 CFIndex usedBufLen, inStrLen = ::CFStringGetLength(aInStrRef);
2281 CFIndex charsConverted = ::CFStringGetBytes(aInStrRef, CFRangeMake(0, inStrLen),
2290 ::CFStringGetBytes(aInStrRef, CFRangeMake(0, inStrLen),
2296 ::CFStringGetBytes(aInStrRef, CFRangeMake(0, inStrLen),

Completed in 51 milliseconds