Home | History | Annotate | Download | only in tar

Lines Matching refs:PAX

203 		file: "testdata/pax.tar",
245 file: "testdata/pax-bad-hdr-file.tar",
248 file: "testdata/pax-bad-mtime-file.tar",
251 file: "testdata/pax-pos-size-file.tar",
271 file: "testdata/pax-records.tar",
285 file: "testdata/pax-global-records.tar",
445 file: "testdata/pax-multi-hdrs.tar",
508 // BSD tar v3.1.2 and GNU tar v1.27.1 both rejects PAX records
510 file: "testdata/pax-nul-xattrs.tar",
513 // BSD tar v3.1.2 rejects a PAX path with NUL in the value, while
516 // truncations since PAX records are length-prefix strings instead
518 file: "testdata/pax-nul-path.tar",
575 file: "testdata/pax-nil-sparse-data.tar",
592 file: "testdata/pax-nil-sparse-hole.tar",
772 "testdata/pax-path-hdr.tar",
782 data1, data2, pax, sparse := ss[0], ss[1], ss[2], ss[3]
818 {pax, 0, io.EOF}, // PAX header without data is a "valid" tar file
819 {pax + trash[:1], 0, io.ErrUnexpectedEOF},
820 {pax + trash[:511], 0, io.ErrUnexpectedEOF},