Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Iso/
DIsoHeader.h36 const Byte kInitialEntryBootable = 0x88; variable
DIsoIn.cpp33 Bootable = (p[0] == NBootEntryId::kInitialEntryBootable); in Parse()
42 if (p[0] != NBootEntryId::kInitialEntryBootable in Parse()