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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp2280 CFIndex usedBufLen, inStrLen = ::CFStringGetLength(aInStrRef); local
2281 CFIndex charsConverted = ::CFStringGetBytes(aInStrRef, CFRangeMake(0, inStrLen),
2283 if (charsConverted == inStrLen) {
2290 ::CFStringGetBytes(aInStrRef, CFRangeMake(0, inStrLen),
2296 ::CFStringGetBytes(aInStrRef, CFRangeMake(0, inStrLen),

Completed in 1092 milliseconds