Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/
H A DUdfIn.h22 struct CDString32 struct
24 Byte Data[32];
26 void Parse(const Byte *buf) { memcpy(Data, buf, sizeof(Data)); } in Parse()