- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for headerSTAR (0.23 sec)
-
src/archive/tar/format.go
func (h *headerGNU) realSize() []byte { return h[483:][:12] } type headerSTAR [blockSize]byte func (h *headerSTAR) v7() *headerV7 { return (*headerV7)(h) } func (h *headerSTAR) magic() []byte { return h[257:][:6] } func (h *headerSTAR) version() []byte { return h[263:][:2] } func (h *headerSTAR) userName() []byte { return h[265:][:32] } func (h *headerSTAR) groupName() []byte { return h[297:][:32] }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Oct 13 18:36:46 UTC 2023 - 11.3K bytes - Viewed (0)