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

  /prebuilts/go/darwin-x86/src/archive/tar/
format.go 17 // This does not cover the GNU sparse extensions using PAX headers,
18 // versions 0.0, 0.1, and 1.0; these fall under the PAX format.
22 // This does not cover STAR extensions to the PAX format; these fall under
23 // the PAX format.
30 // PAX is the latest standardization of tar defined in POSIX.1-2001.
33 // Some newer formats add their own extensions to PAX, such as GNU sparse
35 // with PAX, they will be labelled as "PAX".
writer.go 40 preferPax bool // use PAX header instead of binary numeric header
42 paxHdrBuff block // buffer to use in writeHeader when writing a PAX header
87 // suppress writing the pax header.
99 // a map to hold pax header records, if any are needed
102 // TODO(dsnet): we might want to use PAX headers for
107 // since this method is called recursively to write PAX headers.
136 // If it is too long for octal, and PAX is preferred, use a PAX header.
162 // TODO(dsnet): Consider using PAX for finer time granularity.
185 // the PAX format
    [all...]
writer_test.go 142 // This file is in PAX format.
268 // Force a PAX long name to be written
283 // Simple test to make sure PAX extensions are in effect
285 t.Fatal("Expected at least one PAX header to be written.")
309 // Force a PAX long linkname to be written
322 // Simple test to make sure PAX extensions are in effect
324 t.Fatal("Expected at least one PAX header to be written.")
338 // Create an archive with non ascii. These should trigger a pax header
339 // because pax headers have a defined utf-8 encoding.
372 // Simple test to make sure PAX extensions are in effec
    [all...]
strconv.go 166 // parsePAXTime takes a string of the form %d.%d as described in the PAX
168 // which is allowed for by the PAX specification, but not always portable.
205 // parsePAXRecord parses the input PAX record string into a key-value pair.
209 // A PAX record is of the following form:
238 // formatPAXRecord formats a single PAX record, prefixing it with the
reader.go 8 // - pax extensions
86 // Keywords for GNU sparse files in a PAX extended header
135 // Check for PAX/GNU special headers and files.
149 // Convert GNU extensions to use PAX headers.
173 // Thus, setup the regFileReader again after merging PAX headers.
230 // checkForGNUSparsePAXHeaders checks the PAX headers for GNU sparse headers. If they are found, then
244 // Identify which, if any, sparse format applies from which PAX headers are set
252 // Not a PAX format GNU sparse file.
261 // Update hdr from GNU sparse PAX headers
291 // mergePAX merges well known headers according to PAX standard
    [all...]
common.go 12 // http://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html
175 // Keywords for the PAX Extended Header
180 paxCtime = "ctime" // please note that ctime is not a valid pax header.
reader_test.go 176 file: "testdata/pax.tar",
204 file: "testdata/pax-bad-hdr-file.tar",
207 file: "testdata/pax-bad-mtime-file.tar",
210 file: "testdata/pax-pos-size-file.tar",
330 file: "testdata/pax-multi-hdrs.tar",
858 "testdata/pax-path-hdr.tar",
868 data1, data2, pax, sparse := ss[0], ss[1], ss[2], ss[3]
904 {pax, 0, io.EOF}, // PAX header without data is a "valid" tar file
905 {pax + trash[:1], 0, io.ErrUnexpectedEOF}
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
format.go 17 // This does not cover the GNU sparse extensions using PAX headers,
18 // versions 0.0, 0.1, and 1.0; these fall under the PAX format.
22 // This does not cover STAR extensions to the PAX format; these fall under
23 // the PAX format.
30 // PAX is the latest standardization of tar defined in POSIX.1-2001.
33 // Some newer formats add their own extensions to PAX, such as GNU sparse
35 // with PAX, they will be labelled as "PAX".
writer.go 40 preferPax bool // use PAX header instead of binary numeric header
42 paxHdrBuff block // buffer to use in writeHeader when writing a PAX header
87 // suppress writing the pax header.
99 // a map to hold pax header records, if any are needed
102 // TODO(dsnet): we might want to use PAX headers for
107 // since this method is called recursively to write PAX headers.
136 // If it is too long for octal, and PAX is preferred, use a PAX header.
162 // TODO(dsnet): Consider using PAX for finer time granularity.
185 // the PAX format
    [all...]
writer_test.go 142 // This file is in PAX format.
268 // Force a PAX long name to be written
283 // Simple test to make sure PAX extensions are in effect
285 t.Fatal("Expected at least one PAX header to be written.")
309 // Force a PAX long linkname to be written
322 // Simple test to make sure PAX extensions are in effect
324 t.Fatal("Expected at least one PAX header to be written.")
338 // Create an archive with non ascii. These should trigger a pax header
339 // because pax headers have a defined utf-8 encoding.
372 // Simple test to make sure PAX extensions are in effec
    [all...]
strconv.go 166 // parsePAXTime takes a string of the form %d.%d as described in the PAX
168 // which is allowed for by the PAX specification, but not always portable.
205 // parsePAXRecord parses the input PAX record string into a key-value pair.
209 // A PAX record is of the following form:
238 // formatPAXRecord formats a single PAX record, prefixing it with the
reader.go 8 // - pax extensions
86 // Keywords for GNU sparse files in a PAX extended header
135 // Check for PAX/GNU special headers and files.
149 // Convert GNU extensions to use PAX headers.
173 // Thus, setup the regFileReader again after merging PAX headers.
230 // checkForGNUSparsePAXHeaders checks the PAX headers for GNU sparse headers. If they are found, then
244 // Identify which, if any, sparse format applies from which PAX headers are set
252 // Not a PAX format GNU sparse file.
261 // Update hdr from GNU sparse PAX headers
291 // mergePAX merges well known headers according to PAX standard
    [all...]
common.go 12 // http://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html
175 // Keywords for the PAX Extended Header
180 paxCtime = "ctime" // please note that ctime is not a valid pax header.
reader_test.go 176 file: "testdata/pax.tar",
204 file: "testdata/pax-bad-hdr-file.tar",
207 file: "testdata/pax-bad-mtime-file.tar",
210 file: "testdata/pax-pos-size-file.tar",
330 file: "testdata/pax-multi-hdrs.tar",
858 "testdata/pax-path-hdr.tar",
868 data1, data2, pax, sparse := ss[0], ss[1], ss[2], ss[3]
904 {pax, 0, io.EOF}, // PAX header without data is a "valid" tar file
905 {pax + trash[:1], 0, io.ErrUnexpectedEOF}
    [all...]
  /external/swiftshader/third_party/LLVM/utils/buildit/
GNUmakefile 101 $(PAX) -rw . $(SRCROOT); \

Completed in 222 milliseconds