Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dzip_test.go415 …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, …
Dandroid.go98 if tag != zip64ExtraId && tag != ExtendedTimeStampTag {
Dstruct.go65 zip64ExtraId = 0x0001 // zip64 Extended Information Extra Field const
Dwriter.go91 eb.uint16(zip64ExtraId)
Dreader.go298 if tag == zip64ExtraId {