Home
last modified time | relevance | path

Searched refs:memFp (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/hprof/
DHprof.c55 assert(ctx->memFp != NULL); in hprofStartup()
109 fflush(headCtx->memFp); in hprofShutdown()
110 fflush(tailCtx->memFp); in hprofShutdown()
179 if (ctx->memFp != NULL) in hprofFreeContext()
180 fclose(ctx->memFp); in hprofFreeContext()
DHprofOutput.c84 ctx->memFp = fp; in hprofContextInit()
159 return hprofFlushRecord(&ctx->curRec, ctx->memFp); in hprofFlushCurrentRecord()
168 err = hprofFlushRecord(rec, ctx->memFp); in hprofStartNewRecord()
DHprof.h144 FILE *memFp; member