HomeSort by relevance Sort by last modified time
    Searched refs:fileDataSize (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/hprof/
Hprof.c 116 iov[0].iov_len = headCtx->fileDataSize;
118 iov[1].iov_len = tailCtx->fileDataSize;
148 headCtx->fileDataSize, "hprof-head");
150 tailCtx->fileDataSize, "hprof-tail");
161 (headCtx->fileDataSize + tailCtx->fileDataSize + 1023) / 1024);
Hprof.h 143 size_t fileDataSize; // for open_memstream
HprofOutput.c 72 * memset the struct (want to treat fileDataPtr/fileDataSize
75 FILE* fp = open_memstream(&ctx->fileDataPtr, &ctx->fileDataSize);
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFilePlayer.c 307 SInt64 fileDataSize = 0;
329 if (!afp->OpenFile (afp, inFileRef, &fileDataSize))
344 fileDataSize,

Completed in 74 milliseconds