Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/testing/fstest/
Dmapfs.go167 type openMapFile struct { struct
168 path string
169 mapFileInfo
170 offset int64
173 func (f *openMapFile) Stat() (fs.FileInfo, error) { return &f.mapFileInfo, nil }
175 func (f *openMapFile) Close() error { return nil }
177 func (f *openMapFile) Read(b []byte) (int, error) {
189 func (f *openMapFile) Seek(offset int64, whence int) (int64, error) {
205 func (f *openMapFile) ReadAt(b []byte, offset int64) (int, error) {