Home
last modified time | relevance | path

Searched refs:alignedPos (Results 1 - 1 of 1) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp109 const UInt64 alignedPos = VirtPos & mask2; in Read() local
110 if (BufSize > 0 && BufStartPos == alignedPos) in Read()
140 if (alignedPos != PhyPos) in Read()
143 const bool result = File.Seek((Int64)alignedPos, FILE_BEGIN, realNewPosition); in Read()
149 BufStartPos = alignedPos; in Read()

Completed in 2 milliseconds