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

/dalvik/tools/hprof-conv/
H A DHprofConv.c428 ExpandBuf* pOutBuf = ebAlloc(); local
437 if (ebAddData(pOutBuf, buf, kRecHdrLen) != 0)
521 ebAddData(pOutBuf, buf, 1 + kIdentSize);
544 ebAddData(pOutBuf, buf, 1 + subLen);
558 set4BE(ebGetBuffer(pOutBuf) + 5, ebGetLength(pOutBuf) - kRecHdrLen);
560 if (ebWriteData(pOutBuf, out) != 0)
566 ebFree(pOutBuf);

Completed in 54 milliseconds