Home
last modified time | relevance | path

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

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