Home
last modified time | relevance | path

Searched refs:statDirEntry (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/io/fs/
H A Dwalk.go112 err = walkDir(fsys, root, &statDirEntry{info}, fn)
120 type statDirEntry struct { struct
124 func (d *statDirEntry) Name() string { return d.info.Name() } argument
125 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
126 func (d *statDirEntry) Type() FileMode { return d.info.Mode().Type() } argument
127 func (d *statDirEntry) Info() (FileInfo, error) { return d.info, nil } argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/io/fs/
H A Dwalk.go112 err = walkDir(fsys, root, &statDirEntry{info}, fn)
120 type statDirEntry struct { struct
124 func (d *statDirEntry) Name() string { return d.info.Name() } argument
125 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
126 func (d *statDirEntry) Type() FileMode { return d.info.Mode().Type() } argument
127 func (d *statDirEntry) Info() (FileInfo, error) { return d.info, nil } argument
/dports/lang/gcc11/gcc-11.2.0/libgo/go/io/fs/
H A Dwalk.go112 err = walkDir(fsys, root, &statDirEntry{info}, fn)
120 type statDirEntry struct { struct
124 func (d *statDirEntry) Name() string { return d.info.Name() } argument
125 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
126 func (d *statDirEntry) Type() FileMode { return d.info.Mode().Type() } argument
127 func (d *statDirEntry) Info() (FileInfo, error) { return d.info, nil } argument
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/io/fs/
H A Dwalk.go112 err = walkDir(fsys, root, &statDirEntry{info}, fn)
120 type statDirEntry struct { struct
124 func (d *statDirEntry) Name() string { return d.info.Name() } argument
125 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
126 func (d *statDirEntry) Type() FileMode { return d.info.Mode().Type() } argument
127 func (d *statDirEntry) Info() (FileInfo, error) { return d.info, nil } argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/io/fs/
H A Dwalk.go112 err = walkDir(fsys, root, &statDirEntry{info}, fn)
120 type statDirEntry struct { struct
124 func (d *statDirEntry) Name() string { return d.info.Name() } argument
125 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
126 func (d *statDirEntry) Type() FileMode { return d.info.Mode().Type() } argument
127 func (d *statDirEntry) Info() (FileInfo, error) { return d.info, nil } argument
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/tdewolff/minify/v2/cmd/minify/
H A Dfs.go44 dirs[i] = &statDirEntry{info}
183 err = walkDir(fsys, root, &statDirEntry{info}, fn)
215 type statDirEntry struct { struct
219 func (d *statDirEntry) Name() string { return d.info.Name() } argument
220 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
221 func (d *statDirEntry) Type() os.FileMode { return d.info.Mode() & os.ModeType } argument
222 func (d *statDirEntry) Info() (os.FileInfo, error) { return d.info, nil } argument
H A Dmain.go615 d = &statDirEntry{info}
/dports/textproc/minify/minify-2.9.22/cmd/minify/
H A Dfs.go44 dirs[i] = &statDirEntry{info}
183 err = walkDir(fsys, root, &statDirEntry{info}, fn)
215 type statDirEntry struct { struct
219 func (d *statDirEntry) Name() string { return d.info.Name() } argument
220 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
221 func (d *statDirEntry) Type() os.FileMode { return d.info.Mode() & os.ModeType } argument
222 func (d *statDirEntry) Info() (os.FileInfo, error) { return d.info, nil } argument
H A Dmain.go615 d = &statDirEntry{info}
/dports/www/miniflux/v2-2.0.35/vendor/github.com/tdewolff/minify/v2/cmd/minify/
H A Dfs.go44 dirs[i] = &statDirEntry{info}
183 err = walkDir(fsys, root, &statDirEntry{info}, fn)
215 type statDirEntry struct { struct
219 func (d *statDirEntry) Name() string { return d.info.Name() } argument
220 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
221 func (d *statDirEntry) Type() os.FileMode { return d.info.Mode() & os.ModeType } argument
222 func (d *statDirEntry) Info() (os.FileInfo, error) { return d.info, nil } argument
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/cmd/gofmt/
H A Dlong_test.go127 handleFile(filename, &statDirEntry{fi}, err)
168 type statDirEntry struct { struct
172 func (d *statDirEntry) Name() string { return d.info.Name() } argument
173 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
174 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
175 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/gofmt/
H A Dlong_test.go127 handleFile(filename, &statDirEntry{fi}, err)
168 type statDirEntry struct { struct
172 func (d *statDirEntry) Name() string { return d.info.Name() } argument
173 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
174 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
175 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/cmd/gofmt/
H A Dlong_test.go127 handleFile(filename, &statDirEntry{fi}, err)
168 type statDirEntry struct { struct
172 func (d *statDirEntry) Name() string { return d.info.Name() } argument
173 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
174 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
175 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/cmd/gofmt/
H A Dlong_test.go127 handleFile(filename, &statDirEntry{fi}, err)
168 type statDirEntry struct { struct
172 func (d *statDirEntry) Name() string { return d.info.Name() } argument
173 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
174 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
175 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
/dports/lang/gcc11/gcc-11.2.0/libgo/go/cmd/gofmt/
H A Dlong_test.go127 handleFile(filename, &statDirEntry{fi}, err)
168 type statDirEntry struct { struct
172 func (d *statDirEntry) Name() string { return d.info.Name() } argument
173 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
174 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
175 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/path/filepath/
H A Dpath.go469 err = walkDir(root, &statDirEntry{info}, fn)
477 type statDirEntry struct { struct
481 func (d *statDirEntry) Name() string { return d.info.Name() } argument
482 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
483 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
484 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
H A Dpath_test.go468 return fn(path, &statDirEntry{info}, err)
474 type statDirEntry struct { struct
478 func (d *statDirEntry) Name() string { return d.info.Name() } argument
479 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
480 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
481 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/path/filepath/
H A Dpath.go469 err = walkDir(root, &statDirEntry{info}, fn)
477 type statDirEntry struct { struct
481 func (d *statDirEntry) Name() string { return d.info.Name() } argument
482 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
483 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
484 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
H A Dpath_test.go471 return fn(path, &statDirEntry{info}, err)
477 type statDirEntry struct { struct
481 func (d *statDirEntry) Name() string { return d.info.Name() } argument
482 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
483 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
484 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/path/filepath/
H A Dpath.go465 err = walkDir(root, &statDirEntry{info}, fn)
473 type statDirEntry struct { struct
477 func (d *statDirEntry) Name() string { return d.info.Name() } argument
478 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
479 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
480 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
H A Dpath_test.go439 return fn(path, &statDirEntry{info}, err)
445 type statDirEntry struct { struct
449 func (d *statDirEntry) Name() string { return d.info.Name() } argument
450 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
451 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
452 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
/dports/lang/gcc11/gcc-11.2.0/libgo/go/path/filepath/
H A Dpath.go465 err = walkDir(root, &statDirEntry{info}, fn)
473 type statDirEntry struct { struct
477 func (d *statDirEntry) Name() string { return d.info.Name() } argument
478 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
479 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
480 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
H A Dpath_test.go439 return fn(path, &statDirEntry{info}, err)
445 type statDirEntry struct { struct
449 func (d *statDirEntry) Name() string { return d.info.Name() } argument
450 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
451 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
452 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/path/filepath/
H A Dpath.go465 err = walkDir(root, &statDirEntry{info}, fn)
473 type statDirEntry struct { struct
477 func (d *statDirEntry) Name() string { return d.info.Name() } argument
478 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
479 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
480 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument
H A Dpath_test.go439 return fn(path, &statDirEntry{info}, err)
445 type statDirEntry struct { struct
449 func (d *statDirEntry) Name() string { return d.info.Name() } argument
450 func (d *statDirEntry) IsDir() bool { return d.info.IsDir() } argument
451 func (d *statDirEntry) Type() fs.FileMode { return d.info.Mode().Type() } argument
452 func (d *statDirEntry) Info() (fs.FileInfo, error) { return d.info, nil } argument

12