Home
last modified time | relevance | path

Searched defs:btree_info_fixed (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DApfsHandler.cpp712 struct btree_info_fixed struct
714 UInt32 flags;
715 UInt32 node_size;
716 UInt32 key_size;
717 UInt32 val_size;
719 void Parse(const Byte *p) in Parse()