Home
last modified time | relevance | path

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

/build/make/tools/compliance/
Dtest_util.go160 type testFile struct { struct
161 fs *testFS
162 name string
163 posn int
167 func (f *testFile) Stat() (fs.FileInfo, error) {
172 func (f *testFile) Read(b []byte) (int, error) {
185 func (f *testFile) Close() error {