Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/
H A DWimHandlerOut.cpp336 Set32(p + 0x78, BootIndex) in WriteTo()
676 BootIndex = 0; in SetDefaultFields()
1783 header.BootIndex = _bootIndex; in Z7_COM7F_IMF()
1864 header.BootIndex = _bootIndex; in Z7_COM7F_IMF()
H A DWimIn.cpp941 BootIndex = 0; in Parse()
945 BootIndex = Get32(p + offset + 0x48); in Parse()
1116 bool isBootIndex = (h.BootIndex == numNonDeletedImages); in Open()
H A DWimIn.h260 UInt32 BootIndex; member
H A DWimHandler.cpp904 _bootIndex = header.BootIndex; in Z7_COM7F_IMF()