HomeSort by relevance Sort by last modified time
    Searched refs:PAX (Results 1 - 11 of 11) sorted by null

  /prebuilts/go/darwin-x86/src/archive/tar/
writer_test.go 278 // Force a PAX long name to be written
293 // Simple test to make sure PAX extensions are in effect
295 t.Fatal("Expected at least one PAX header to be written.")
319 // Force a PAX long linkname to be written
332 // Simple test to make sure PAX extensions are in effect
334 t.Fatal("Expected at least one PAX header to be written.")
348 // Create an archive with non ascii. These should trigger a pax header
349 // because pax headers have a defined utf-8 encoding.
382 // Simple test to make sure PAX extensions are in effect
384 t.Fatal("Expected at least one PAX header to be written."
    [all...]
reader.go 8 // - pax extensions
60 // Keywords for GNU sparse files in a PAX extended header
102 // Check for PAX/GNU header.
105 // PAX extended header
122 // Check for a PAX format sparse file
129 // Current file is a PAX format GNU sparse file.
156 // checkForGNUSparsePAXHeaders checks the PAX headers for GNU sparse headers. If they are found, then
170 // Identify which, if any, sparse format applies from which PAX headers are set
178 // Not a PAX format GNU sparse file.
187 // Update hdr from GNU sparse PAX header
    [all...]
writer.go 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 granularit
    [all...]
common.go 12 // http://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html
180 // Keywords for the PAX Extended Header
185 paxCtime = "ctime" // please note that ctime is not a valid pax header.
reader_test.go 199 file: "testdata/pax.tar",
477 // Some valid PAX time values
785 // Do not panic if there are errors in header blocks after the pax header.
  /prebuilts/go/linux-x86/src/archive/tar/
writer_test.go 278 // Force a PAX long name to be written
293 // Simple test to make sure PAX extensions are in effect
295 t.Fatal("Expected at least one PAX header to be written.")
319 // Force a PAX long linkname to be written
332 // Simple test to make sure PAX extensions are in effect
334 t.Fatal("Expected at least one PAX header to be written.")
348 // Create an archive with non ascii. These should trigger a pax header
349 // because pax headers have a defined utf-8 encoding.
382 // Simple test to make sure PAX extensions are in effect
384 t.Fatal("Expected at least one PAX header to be written."
    [all...]
reader.go 8 // - pax extensions
60 // Keywords for GNU sparse files in a PAX extended header
102 // Check for PAX/GNU header.
105 // PAX extended header
122 // Check for a PAX format sparse file
129 // Current file is a PAX format GNU sparse file.
156 // checkForGNUSparsePAXHeaders checks the PAX headers for GNU sparse headers. If they are found, then
170 // Identify which, if any, sparse format applies from which PAX headers are set
178 // Not a PAX format GNU sparse file.
187 // Update hdr from GNU sparse PAX header
    [all...]
writer.go 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 granularit
    [all...]
common.go 12 // http://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html
180 // Keywords for the PAX Extended Header
185 paxCtime = "ctime" // please note that ctime is not a valid pax header.
reader_test.go 199 file: "testdata/pax.tar",
477 // Some valid PAX time values
785 // Do not panic if there are errors in header blocks after the pax header.
  /external/llvm/utils/buildit/
GNUmakefile 98 $(PAX) -rw . $(SRCROOT); \

Completed in 197 milliseconds