Lines Matching refs:PAX
41 preferPax bool // use pax header instead of binary numeric header
43 paxHdrBuff [blockSize]byte // buffer to use in writeHeader when writing a pax header
112 // If it is too long for octal, and pax is preferred, use a pax header
146 // suppress writing the pax header.
158 // a map to hold pax header records, if any are needed
161 // TODO(shanemhansen): we might want to use PAX headers for
168 // since this method is called recursively to write PAX headers.
179 // keep a reference to the filename to allow to overwrite it later if we detect that we can use ustar longnames instead of pax
194 tw.numeric(s.next(12), modTime, false, paxNone, nil) // 136:148 --- consider using pax for finer granularity
206 // keep a reference to the prefix to allow to overwrite it later if we detect that we can use ustar longnames instead of pax
224 // ok we can use a ustar long name instead of pax, now correct the fields
226 // remove the path field from the pax header. this will suppress the pax header
297 // writePaxHeader writes an extended pax header to the
338 // paxHeader formats a single pax record, prefixing it with the appropriate length