Searched defs:aOutStr (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
2285 aOutStr.SetLength(usedBufLen);
2286 if (aOutStr.Length() != (unsigned int)usedBufLen)
2288 UInt8 *buffer = (UInt8*) aOutStr.BeginWriting();
2299 aOutStr.Assign(nsDependentCString((char*)buffer.get()));

Completed in 53 milliseconds