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

  /dalvik/vm/hprof/
Hprof.cpp 104 iov[0].iov_len = headCtx->fileDataSize;
106 iov[1].iov_len = tailCtx->fileDataSize;
136 headCtx->fileDataSize, "hprof-head");
138 tailCtx->fileDataSize, "hprof-tail");
149 (headCtx->fileDataSize + tailCtx->fileDataSize + 1023) / 1024);
Hprof.h 140 size_t fileDataSize; // for open_memstream
HprofOutput.cpp 72 * memset the struct (want to treat fileDataPtr/fileDataSize
75 FILE* fp = open_memstream(&ctx->fileDataPtr, &ctx->fileDataSize);
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
AudioFilePlayer.c 313 SInt64 fileDataSize = 0;
335 if (!afp->OpenFile (afp, inFileRef, &fileDataSize))
350 fileDataSize,
  /frameworks/rs/
rsFileA3D.cpp 352 uint64_t fileDataSize = mWriteStream->getPos();
353 fwrite(&fileDataSize, sizeof(fileDataSize), 1, writeHandle);

Completed in 292 milliseconds