Home
last modified time | relevance | path

Searched refs:startPosInFile (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/snapshot/
DTextureSaver.cpp63 mIndex.startPosInFile = ftello64(mStream.get()); in done()
93 mStream.putBe64(static_cast<uint64_t>(mIndex.startPosInFile)); in writeIndex()
/hardware/google/aemu/snapshot/include/snapshot/
DTextureSaver.h86 int64_t startPosInFile; member