Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DHfsHandler.cpp450 …xtentFile(const CFork &fork, IInStream *inStream, CObjectVector<CIdExtents> *overflowExtentsArray);
452 …HRESULT LoadCatalog(const CFork &fork, const CObjectVector<CIdExtents> *overflowExtentsArray, IInS…
737 …ExtentFile(const CFork &fork, IInStream *inStream, CObjectVector<CIdExtents> *overflowExtentsArray) in LoadExtentFile() argument
797 CObjectVector<CIdExtents> &overflowExtents = overflowExtentsArray[forkTypeIndex]; in LoadExtentFile()
1031 …::LoadCatalog(const CFork &fork, const CObjectVector<CIdExtents> *overflowExtentsArray, IInStream … in LoadCatalog() argument
1191 if (!item.DataFork.UpgradeAndTest(overflowExtentsArray[0], item.ID, Header.BlockSizeLog)) in LoadCatalog()
1197 … if (!item.ResourceFork.UpgradeAndTest(overflowExtentsArray[1], item.ID, Header.BlockSizeLog)) in LoadCatalog()