Home
last modified time | relevance | path

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

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/http/
H A Dfs.go750 type ioFile struct { struct
751 file fs.File
767 func (f ioFile) Close() error { return f.file.Close() }
768 func (f ioFile) Read(b []byte) (int, error) { return f.file.Read(b) }
769 func (f ioFile) Stat() (fs.FileInfo, error) { return f.file.Stat() }
774 func (f ioFile) Seek(offset int64, whence int) (int64, error) {
782 func (f ioFile) ReadDir(count int) ([]fs.DirEntry, error) {
790 func (f ioFile) Readdir(count int) ([]fs.FileInfo, error) {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/http/
H A Dfs.go750 type ioFile struct { struct
751 file fs.File
767 func (f ioFile) Close() error { return f.file.Close() }
768 func (f ioFile) Read(b []byte) (int, error) { return f.file.Read(b) }
769 func (f ioFile) Stat() (fs.FileInfo, error) { return f.file.Stat() }
774 func (f ioFile) Seek(offset int64, whence int) (int64, error) {
782 func (f ioFile) ReadDir(count int) ([]fs.DirEntry, error) {
790 func (f ioFile) Readdir(count int) ([]fs.FileInfo, error) {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/http/
H A Dfs.go750 type ioFile struct { struct
751 file fs.File
767 func (f ioFile) Close() error { return f.file.Close() }
768 func (f ioFile) Read(b []byte) (int, error) { return f.file.Read(b) }
769 func (f ioFile) Stat() (fs.FileInfo, error) { return f.file.Stat() }
774 func (f ioFile) Seek(offset int64, whence int) (int64, error) {
782 func (f ioFile) ReadDir(count int) ([]fs.DirEntry, error) {
790 func (f ioFile) Readdir(count int) ([]fs.FileInfo, error) {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/net/http/
H A Dfs.go750 type ioFile struct { struct
751 file fs.File
767 func (f ioFile) Close() error { return f.file.Close() }
768 func (f ioFile) Read(b []byte) (int, error) { return f.file.Read(b) }
769 func (f ioFile) Stat() (fs.FileInfo, error) { return f.file.Stat() }
774 func (f ioFile) Seek(offset int64, whence int) (int64, error) {
782 func (f ioFile) ReadDir(count int) ([]fs.DirEntry, error) {
790 func (f ioFile) Readdir(count int) ([]fs.FileInfo, error) {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/net/http/
H A Dfs.go750 type ioFile struct { struct
751 file fs.File
767 func (f ioFile) Close() error { return f.file.Close() }
768 func (f ioFile) Read(b []byte) (int, error) { return f.file.Read(b) }
769 func (f ioFile) Stat() (fs.FileInfo, error) { return f.file.Stat() }
774 func (f ioFile) Seek(offset int64, whence int) (int64, error) {
782 func (f ioFile) ReadDir(count int) ([]fs.DirEntry, error) {
790 func (f ioFile) Readdir(count int) ([]fs.FileInfo, error) {
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/mork/
H A DmorkFactory.cpp264 nsIMdbFile* ioFile, // db abstract file interface in CanOpenFilePort()
292 nsIMdbFile* ioFile, // db abstract file interface in OpenFilePort()
346 nsIMdbFile* ioFile) { in CanOpenMorkTextFile()
383 nsIMdbFile* ioFile, // db abstract file interface in CanOpenFileStore()
416 nsIMdbFile* ioFile, // db abstract file interface in OpenFileStore()
487 nsIMdbFile* ioFile, // db abstract file interface in CreateNewFileStore()
H A DmorkFile.cpp631 void* ioFile, const PathChar* inName, in morkStdioFile()
671 void morkStdioFile::UseStdio(morkEnv* ev, void* ioFile, const PathChar* inName, in UseStdio()
H A DmorkStore.cpp540 nsIMdbFile* ioFile, // db abstract file interface in OpenStoreFile()
564 nsIMdbFile* ioFile, // db abstract file interface in CreateStoreFile()
1372 nsIMdbFile* ioFile, // destination abstract file interface in ExportToFormat()
1841 nsIMdbFile* ioFile, // the file with content to add to store in ImportFile()
H A DmorkWriter.cpp103 nsIMdbFile* ioFile, nsIMdbHeap* ioSlotHeap) in morkWriter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/
H A DResourceVariantCacheEntry.java63 File ioFile = getFile(); in getContents() local
119 File ioFile = getFile(); in internalSetContents() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/examples/org.eclipse.team.examples.filesystem/src/org/eclipse/team/examples/filesystem/subscriber/
H A DFileSystemResourceVariant.java37 private java.io.File ioFile; field in FileSystemResourceVariant
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/tizen/
H A Dfs.cpp77 TizenFileStream::TizenFileStream(File *ioFile, bool writeMode) : in TizenFileStream()
227 File *ioFile = new File(); in makeFromPath() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/provider/
H A DResourceDeltaTest.java155 private void setContents(File ioFile) throws IOException { in setContents()
176 File ioFile = file.getLocation().toFile(); in testOperationOnOutOfSync() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.build/org.eclipse.pde.build.tests/src/org/eclipse/pde/build/tests/
H A DPDETestCase.java259 File ioFile = file.getLocation().toFile(); in assertResourceFile() local
266 File ioFile = file.getLocation().toFile(); in assertResourceFile() local
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/plugins/share/
H A Dshareplugin.cpp192 QSharedPointer<QFile> ioFile(new QFile(url.toLocalFile())); in shareUrl() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/
H A DAntLaunchingUtil.java328 File ioFile = file.getLocation().toFile(); in getFileForLocation() local
/dports/x11/radare-cutter/r2cutter-0.1.1/src/dialogs/
H A DNewFileDialog.cpp382 QString ioFile = ""; in loadFile() local
/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/abinit/
H A Dabinit.c384 GIOChannel *ioFile; in readPseudoFiles() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/util/
H A DSyncFileWriter.java532 File ioFile = location.toFile(); in getInputStream() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/
H A DFilteredResourceTest.java1836 File ioFile = file_a_txt.getLocation().toFile(); in test328464() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/project/
H A DProjectCreationTests.java1025 File ioFile = new File(FileLocator.toFileURL(zipURL).getFile()); in createBogusJar() local
/dports/graphics/quesa/quesa-1.8/Source/FileFormats/Readers/3DMF/
H A DE3FFR_3DMF_Geometry.c205 e3read_3dmf_geom_finish_default( TQ3GeometryObject ioGeom, TQ3FileObject ioFile ) in e3read_3dmf_geom_finish_default()
/dports/science/v_sim/v_sim-3.8.0/src/
H A Dvisu_configFile.c1379 GIOChannel *ioFile; in _loadRaw() local