Searched refs:zip64ExtraId (Results 1 – 5 of 5) sorted by relevance
/build/soong/third_party/zip/ |
D | zip_test.go | 415 …Extra: []byte{zip64ExtraId}, // missing size and second half of tag, but Extra is best-effort par… 424 …Extra: []byte{zip64ExtraId & 0xFF, zip64ExtraId >> 8, 24, 0, 1, 2, 3, 4, 5, 6, 7, 8, 1, 2, 3, 4, …
|
D | android.go | 98 if tag != zip64ExtraId && tag != ExtendedTimeStampTag {
|
D | struct.go | 65 zip64ExtraId = 0x0001 // zip64 Extended Information Extra Field const
|
D | writer.go | 91 eb.uint16(zip64ExtraId)
|
D | reader.go | 298 if tag == zip64ExtraId {
|