Searched defs:openMapFile (Results 1 – 1 of 1) sorted by relevance
167 type openMapFile struct { struct168 path string169 mapFileInfo170 offset int64173 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) {