Home
last modified time | relevance | path

Searched defs:fileInfoNames (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/archive/tar/
Dtar_test.go854 type fileInfoNames struct{} struct
856 func (f *fileInfoNames) Name() string {
860 func (f *fileInfoNames) Size() int64 {
864 func (f *fileInfoNames) Mode() fs.FileMode {
868 func (f *fileInfoNames) ModTime() time.Time {
872 func (f *fileInfoNames) IsDir() bool {
876 func (f *fileInfoNames) Sys() any {
880 func (f *fileInfoNames) Uname() (string, error) {
884 func (f *fileInfoNames) Gname() (string, error) {