Home
last modified time | relevance | path

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

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/testing/fstest/
H A Dmapfs.go44 var _ fs.File = (*openMapFile)(nil)
54 return &openMapFile{name, mapFileInfo{path.Base(name), file}, 0}, nil
161 type openMapFile struct { struct
167 func (f *openMapFile) Stat() (fs.FileInfo, error) { return &f.mapFileInfo, nil } argument
169 func (f *openMapFile) Close() error { return nil } argument
171 func (f *openMapFile) Read(b []byte) (int, error) { argument
183 func (f *openMapFile) Seek(offset int64, whence int) (int64, error) { argument
199 func (f *openMapFile) ReadAt(b []byte, offset int64) (int, error) { argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/testing/fstest/
H A Dmapfs.go44 var _ fs.File = (*openMapFile)(nil)
54 return &openMapFile{name, mapFileInfo{path.Base(name), file}, 0}, nil
163 type openMapFile struct { struct
169 func (f *openMapFile) Stat() (fs.FileInfo, error) { return &f.mapFileInfo, nil } argument
171 func (f *openMapFile) Close() error { return nil } argument
173 func (f *openMapFile) Read(b []byte) (int, error) { argument
185 func (f *openMapFile) Seek(offset int64, whence int) (int64, error) { argument
201 func (f *openMapFile) ReadAt(b []byte, offset int64) (int, error) { argument
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/testing/fstest/
H A Dmapfs.go44 var _ fs.File = (*openMapFile)(nil)
54 return &openMapFile{name, mapFileInfo{path.Base(name), file}, 0}, nil
161 type openMapFile struct { struct
167 func (f *openMapFile) Stat() (fs.FileInfo, error) { return &f.mapFileInfo, nil } argument
169 func (f *openMapFile) Close() error { return nil } argument
171 func (f *openMapFile) Read(b []byte) (int, error) { argument
183 func (f *openMapFile) Seek(offset int64, whence int) (int64, error) { argument
199 func (f *openMapFile) ReadAt(b []byte, offset int64) (int, error) { argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/testing/fstest/
H A Dmapfs.go44 var _ fs.File = (*openMapFile)(nil)
54 return &openMapFile{name, mapFileInfo{path.Base(name), file}, 0}, nil
161 type openMapFile struct { struct
167 func (f *openMapFile) Stat() (fs.FileInfo, error) { return &f.mapFileInfo, nil } argument
169 func (f *openMapFile) Close() error { return nil } argument
171 func (f *openMapFile) Read(b []byte) (int, error) { argument
183 func (f *openMapFile) Seek(offset int64, whence int) (int64, error) { argument
199 func (f *openMapFile) ReadAt(b []byte, offset int64) (int, error) { argument
/dports/lang/gcc11/gcc-11.2.0/libgo/go/testing/fstest/
H A Dmapfs.go44 var _ fs.File = (*openMapFile)(nil)
54 return &openMapFile{name, mapFileInfo{path.Base(name), file}, 0}, nil
161 type openMapFile struct { struct
167 func (f *openMapFile) Stat() (fs.FileInfo, error) { return &f.mapFileInfo, nil } argument
169 func (f *openMapFile) Close() error { return nil } argument
171 func (f *openMapFile) Read(b []byte) (int, error) { argument
183 func (f *openMapFile) Seek(offset int64, whence int) (int64, error) { argument
199 func (f *openMapFile) ReadAt(b []byte, offset int64) (int, error) { argument
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dfileparser.c619 static FILE *openMapFile(const char *filename) in openMapFile() function
652 fp = openMapFile(newpath); in openMapFile()
725 if ((ifile = openMapFile(filename)) == NULL) { in parseMapFile()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dfileparser.c598 static FILE *openMapFile(const char *filename) in openMapFile() function
633 fp = openMapFile(newpath); in openMapFile()
704 if ((ifile = openMapFile(filename)) == NULL) in parseMapFile()
/dports/security/silktools/silk-3.19.1/src/rwipa/
H A Drwipaimport.c368 openMapFile( in openMapFile() function
427 pmap = openMapFile(stream); in import_pmap()
/dports/security/silktools/silk-3.19.1/src/rwpmap/
H A Drwpmapcat.c173 static const skPrefixMap_t *openMapFile(const char *map_file);
367 map = openMapFile(opt_val.map_file); in appSetup()
575 openMapFile( in openMapFile() function
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Ddocumentmanager.cpp155 if (auto mapDocument = openMapFile(jump.mapFile)) { in DocumentManager()
170 if (auto mapDocument = openMapFile(jump.mapFile)) { in DocumentManager()
179 if (auto mapDocument = openMapFile(select.mapFile)) { in DocumentManager()
1232 MapDocument *DocumentManager::openMapFile(const QString &path) in openMapFile() function in DocumentManager
H A Ddocumentmanager.h220 MapDocument *openMapFile(const QString &path);