Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dwriter.go131 var buf [directory64EndLen + directory64LocLen]byte
136 b.uint64(directory64EndLen - 12) // length minus signature (uint32) and length fields (uint64)
Dstruct.go47 directory64EndLen = 56 // + extra const
Dreader.go474 buf := make([]byte, directory64EndLen)