Searched refs:aOutStr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.h102 static nsresult CFStringReftoUTF8(CFStringRef aInStrRef, nsACString& aOutStr);
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 112 milliseconds