Home
last modified time | relevance | path

Searched refs:filePos (Results 1 – 3 of 3) sorted by relevance

/hardware/google/aemu/snapshot/
DTextureLoader.cpp83 uint64_t filePos = mStream.getBe64(); in readIndex() local
84 mIndex.emplace(tex, filePos); in readIndex()
DTextureSaver.cpp84 mStream.putBe64(static_cast<uint64_t>(b.filePos)); in writeIndex()
/hardware/google/aemu/snapshot/include/snapshot/
DTextureSaver.h83 int64_t filePos; member