Searched refs:directoryRecords (Results 1 – 3 of 3) sorted by relevance
/build/soong/third_party/zip/ |
D | reader.go | 83 if end.directoryRecords > uint64(size)/fileHeaderLen { 84 ….Errorf("archive/zip: TOC declares impossible %d files in %d byte zip", end.directoryRecords, size) 87 z.File = make([]*File, 0, end.directoryRecords) 110 if uint16(len(z.File)) != uint16(end.directoryRecords) { // only compare 16 bits here 417 directoryRecords: uint64(b.uint16()), 429 if d.directoryRecords == 0xffff || d.directorySize == 0xffff || d.directoryOffset == 0xffffffff { 488 d.directoryRecords = b.uint64() // total number of entries in the central directory
|
D | android_test.go | 182 directoryRecords: uint64(b.uint16()), 189 if g, w := d.directoryRecords, uint64(1); g != w { 215 if g, w := d.directoryRecords, uint64(1); g != w {
|
D | struct.go | 140 directoryRecords uint64 member
|