Home
last modified time | relevance | path

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

/aosp12/system/incremental_delivery/incfs/incfsdump/
H A Ddump.cpp430 void updateMaxPos() { mMaxDumpedPos = std::max<int64_t>(mMaxDumpedPos, mIn.tellg()); } in updateMaxPos()
435 int64_t mMaxDumpedPos = 0; member in __anon0521a9c40110::Dump