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 71 * memset the struct (want to treat fileDataPtr/fileDataSize
74 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,
  /frameworks/base/libs/rs/
rsFileA3D.cpp 330 uint64_t fileDataSize = mWriteStream->getPos();
331 fwrite(&fileDataSize, sizeof(fileDataSize), 1, writeHandle);

Completed in 338 milliseconds