Home
last modified time | relevance | path

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

/build/soong/third_party/zip/
Dzip_test.go352 d = make([]byte, directory64EndLen)
363 if size != directory64EndLen-12 {
364 t.Fatalf("Expected length of %d, got %d", directory64EndLen-12, size)
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)