Searched refs:AddNameToString (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ |
H A D | AvbHandler.cpp | 33 static void AddNameToString(AString &s, const Byte *name, unsigned size, bool strictConvert) in AddNameToString() function 414 AddNameToString(Name, buf + offset + pos, ht.partition_name_len, false); 441 AddNameToString(key, buf + offset + pos, (unsigned)pt.key_num_bytes, false); 449 AddNameToString(value, buf + offset + pos, (unsigned)pt.value_num_bytes, false);
|
H A D | XarHandler.cpp | 194 void AddNameToString(AString &s) const; 197 void CCheckSum::AddNameToString(AString &s) const 911 item.extracted_checksum.AddNameToString(s); 912 item.archived_checksum.AddNameToString(s);
|