Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h130 bool Flags_UseGlobalOffset() const { return (Flags & NArcInfoFlags::kUseGlobalOffset) != 0; } in Flags_UseGlobalOffset()
/external/lzma/CPP/7zip/Archive/
DIArchive.h30 …const UInt32 kUseGlobalOffset = 1 << 5; // the seek position of stream must be set as global offs… variable