Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/
H A DUdfIn.cpp1420 static void AddComment_UInt32(UString &s, const char *name, UInt32 val) in AddComment_UInt32() function
1430 AddComment_UInt32(s, name, val); in AddComment_UInt32_2()
1571 AddComment_UInt32(s, "PrimaryVolumeDescriptorNumber", pv.PrimaryVolumeDescriptorNumber); in GetComment()
1573 AddComment_UInt32(s, "VolumeSequenceNumber", pv.VolumeSequenceNumber); in GetComment()
1575 AddComment_UInt32(s, "MaximumVolumeSequenceNumber", pv.MaximumVolumeSequenceNumber); in GetComment()
1596 AddComment_UInt32(s, "PartitionIndex", i); in GetComment()
1597 AddComment_UInt32(s, "PartitionNumber", part.Number); in GetComment()
1599 AddComment_UInt32(s, "IsMetadata", 1); in GetComment()
1621 AddComment_UInt32(s, "Number", i); in GetComment()
1625 AddComment_UInt32(s, "BlockSize", vol.BlockSize); in GetComment()
[all …]