Searched defs:SeekToPhys (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Common/
H A DLimitedStreams.h45 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } function in class:CLimitedInStream
54 return SeekToPhys();
79 HRESULT SeekToPhys() { return Stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } function in class:CClusterInStream
89 return SeekToPhys();

Completed in 115 milliseconds