Searched refs:ebReadData (Results 1 – 1 of 1) sorted by relevance
/dalvik/tools/hprof-conv/ |
D | HprofConv.c | 230 static int ebReadData(ExpandBuf* pBuf, FILE* in, size_t count, int eofExpected) in ebReadData() function 635 if (ebReadData(pBuf, in, 12, FALSE) != 0) in filterData() 650 if (ebReadData(pBuf, in, 1, TRUE) != 0) in filterData() 656 if (ebReadData(pBuf, in, kRecHdrLen-1, FALSE) != 0) in filterData() 670 if (ebReadData(pBuf, in, length, FALSE) != 0) in filterData()
|