OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memFp
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/hprof/
Hprof.cpp
53
assert(ctx->
memFp
!= NULL);
97
fflush(headCtx->
memFp
);
98
fflush(tailCtx->
memFp
);
166
if (ctx->
memFp
!= NULL)
167
fclose(ctx->
memFp
);
HprofOutput.cpp
83
ctx->
memFp
= fp;
156
return hprofFlushRecord(&ctx->curRec, ctx->
memFp
);
164
err = hprofFlushRecord(rec, ctx->
memFp
);
Hprof.h
141
FILE *
memFp
;
Completed in 56 milliseconds