Home
last modified time | relevance | path

Searched refs:ioFile (Results 1 – 25 of 30) sorted by relevance

12

/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
46 this.ioFile = file; in FileSystemResourceVariant()
55 this.ioFile = file; in FileSystemResourceVariant()
72 return ioFile.getCanonicalPath(); in getFilePath()
77 return ioFile.getAbsolutePath(); in getFilePath()
88 return ioFile.getName(); in getName()
93 return ioFile.isDirectory(); in isContainer()
99 return new Date(ioFile.lastModified()).toString(); in getContentIdentifier()
107 bytes = Long.toString(ioFile.lastModified()).getBytes(); in asBytes()
118 java.io.File[] members = ioFile.listFiles(); in members()
[all …]
/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
66 if (ioFile.exists()) { in getContents()
67 return new FileInputStream(ioFile); in getContents()
76 …throw new TeamException(NLS.bind(Messages.RemoteContentsCache_fileError, new String[] { ioFile.get… in getContents()
119 File ioFile = getFile(); in internalSetContents() local
126 out = new BufferedOutputStream(new FileOutputStream(ioFile)); in internalSetContents()
133 …throw new TeamException(NLS.bind(Messages.RemoteContentsCache_fileError, new String[] { ioFile.get… in internalSetContents()
157 …throw new TeamException(NLS.bind(Messages.RemoteContentsCache_fileError, new String[] { ioFile.get… in internalSetContents()
180 File ioFile = getFile(); in getSize()
181 if (ioFile.exists()) { in getSize()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/mork/
H A DmorkFactory.cpp264 nsIMdbFile* ioFile, // db abstract file interface in CanOpenFilePort() argument
274 if (ioFile && outCanOpen) { in CanOpenFilePort()
275 canOpenAsPort = this->CanOpenMorkTextFile(ev, ioFile); in CanOpenFilePort()
301 if (ioFile && inOpenPolicy && acqThumb) { in OpenFilePort()
346 nsIMdbFile* ioFile) { in CanOpenMorkTextFile() argument
361 if (ioFile) { in CanOpenMorkTextFile()
383 nsIMdbFile* ioFile, // db abstract file interface in CanOpenFileStore() argument
395 if (ioFile && outCanOpenAsStore) { in CanOpenFileStore()
397 canOpenAsStore = this->CanOpenMorkTextFile(ev, ioFile); in CanOpenFileStore()
426 if (ioFile && inOpenPolicy && acqThumb) { in OpenFileStore()
[all …]
H A DmorkFactory.h107 nsIMdbFile* ioFile, // db abstract file interface
115 nsIMdbFile* ioFile, // db abstract file interface
134 nsIMdbFile* ioFile, // db abstract file interface
143 nsIMdbFile* ioFile, // db abstract file interface
160 nsIMdbFile* ioFile, // db abstract file interface
198 mork_bool CanOpenMorkTextFile(morkEnv* ev, nsIMdbFile* ioFile);
H A DmorkFile.cpp631 void* ioFile, const PathChar* inName, in morkStdioFile() argument
635 if (ev->Good()) this->UseStdio(ev, ioFile, inName, inFrozen); in morkStdioFile()
671 void morkStdioFile::UseStdio(morkEnv* ev, void* ioFile, const PathChar* inName, in UseStdio() argument
681 if (ioFile) { in UseStdio()
685 mStdioFile_File = ioFile; in UseStdio()
H A Dmdb.h712 nsIMdbFile* ioFile, // db abstract file interface
720 nsIMdbFile* ioFile, // db abstract file interface
738 nsIMdbFile* ioFile, // db abstract file interface
747 nsIMdbFile* ioFile, // db abstract file interface
763 nsIMdbFile* ioFile, // db abstract file interface
1031 nsIMdbFile* ioFile, // destination abstract file interface in NS_DEFINE_STATIC_IID_ACCESSOR()
1386 nsIMdbFile* ioFile, // the file with content to add to store
H A DmorkStore.h182 nsIMdbFile* ioFile, // destination abstract file interface
443 nsIMdbFile* ioFile, // the file with content to add to store
676 nsIMdbFile* ioFile, // db abstract file interface
681 nsIMdbFile* ioFile, // db abstract file interface
H A DmorkFile.h325 nsIMdbHeap* ioSlotHeap, void* ioFile, const PathChar* inName,
332 void UseStdio(morkEnv* ev, void* ioFile, const PathChar* inName,
H A DmorkStore.cpp540 nsIMdbFile* ioFile, // db abstract file interface in OpenStoreFile() argument
543 nsIMdbFile_SlotStrongFile(ioFile, ev, &mStore_File); in OpenStoreFile()
564 nsIMdbFile* ioFile, // db abstract file interface in CreateStoreFile() argument
567 nsIMdbFile_SlotStrongFile(ioFile, ev, &mStore_File); in CreateStoreFile()
1372 nsIMdbFile* ioFile, // destination abstract file interface in ExportToFormat() argument
1382 if (ioFile && inFormatVersion && acqThumb) { in ExportToFormat()
1841 nsIMdbFile* ioFile, // the file with content to add to store in ImportFile() argument
H A DmorkWriter.h195 morkStore* ioStore, nsIMdbFile* ioFile, nsIMdbHeap* ioSlotHeap);
/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/abinit/
H A Dabinit.c384 GIOChannel *ioFile; in readPseudoFiles() local
394 ioFile = g_io_channel_new_file(dt->filename, "r", NULL); in readPseudoFiles()
395 if (!ioFile) in readPseudoFiles()
401 g_io_channel_shutdown(ioFile, FALSE, NULL); in readPseudoFiles()
402 g_io_channel_unref(ioFile); in readPseudoFiles()
413 g_io_channel_shutdown(ioFile, FALSE, NULL); in readPseudoFiles()
414 g_io_channel_unref(ioFile); in readPseudoFiles()
425 g_io_channel_shutdown(ioFile, FALSE, NULL); in readPseudoFiles()
426 g_io_channel_unref(ioFile); in readPseudoFiles()
444 g_io_channel_shutdown(ioFile, FALSE, NULL); in readPseudoFiles()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/tizen/
H A Dfs.cpp77 TizenFileStream::TizenFileStream(File *ioFile, bool writeMode) : in TizenFileStream() argument
81 _file(ioFile) { in TizenFileStream()
82 AppAssert(ioFile != 0); in TizenFileStream()
227 File *ioFile = new File(); in makeFromPath() local
236 result r = ioFile->Construct(filePath, writeMode ? L"w" : L"r", writeMode); in makeFromPath()
238 stream = new TizenFileStream(ioFile, writeMode); in makeFromPath()
241 delete ioFile; in makeFromPath()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dtest_ncbiargs.sh85 ioFile="./test_ncbiargs.tmp.io.$$"
90 date > $ioFile
96 RunTest OK runtest5 -if $iFile -iof $ioFile -of $oFile
98 rm $iFile $oFile $ioFile
/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
194 if (!ioFile->exists()) { in shareUrl()
198 packet.setPayload(ioFile, ioFile->size()); in shareUrl()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/net/http/
H A Dfs.go750 type ioFile struct { struct
764 return ioFile{file}, nil
767 func (f ioFile) Close() error { return f.file.Close() } argument
768 func (f ioFile) Read(b []byte) (int, error) { return f.file.Read(b) } argument
769 func (f ioFile) Stat() (fs.FileInfo, error) { return f.file.Stat() } argument
774 func (f ioFile) Seek(offset int64, whence int) (int64, error) { argument
782 func (f ioFile) ReadDir(count int) ([]fs.DirEntry, error) { argument
790 func (f ioFile) Readdir(count int) ([]fs.FileInfo, error) { argument
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/net/http/
H A Dfs.go750 type ioFile struct { struct
764 return ioFile{file}, nil
767 func (f ioFile) Close() error { return f.file.Close() } argument
768 func (f ioFile) Read(b []byte) (int, error) { return f.file.Read(b) } argument
769 func (f ioFile) Stat() (fs.FileInfo, error) { return f.file.Stat() } argument
774 func (f ioFile) Seek(offset int64, whence int) (int64, error) { argument
782 func (f ioFile) ReadDir(count int) ([]fs.DirEntry, error) { argument
790 func (f ioFile) Readdir(count int) ([]fs.FileInfo, error) { argument
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/net/http/
H A Dfs.go750 type ioFile struct { struct
764 return ioFile{file}, nil
767 func (f ioFile) Close() error { return f.file.Close() } argument
768 func (f ioFile) Read(b []byte) (int, error) { return f.file.Read(b) } argument
769 func (f ioFile) Stat() (fs.FileInfo, error) { return f.file.Stat() } argument
774 func (f ioFile) Seek(offset int64, whence int) (int64, error) { argument
782 func (f ioFile) ReadDir(count int) ([]fs.DirEntry, error) { argument
790 func (f ioFile) Readdir(count int) ([]fs.FileInfo, error) { argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/net/http/
H A Dfs.go750 type ioFile struct { struct
764 return ioFile{file}, nil
767 func (f ioFile) Close() error { return f.file.Close() } argument
768 func (f ioFile) Read(b []byte) (int, error) { return f.file.Read(b) } argument
769 func (f ioFile) Stat() (fs.FileInfo, error) { return f.file.Stat() } argument
774 func (f ioFile) Seek(offset int64, whence int) (int64, error) { argument
782 func (f ioFile) ReadDir(count int) ([]fs.DirEntry, error) { argument
790 func (f ioFile) Readdir(count int) ([]fs.FileInfo, error) { argument
/dports/lang/gcc11/gcc-11.2.0/libgo/go/net/http/
H A Dfs.go750 type ioFile struct { struct
764 return ioFile{file}, nil
767 func (f ioFile) Close() error { return f.file.Close() } argument
768 func (f ioFile) Read(b []byte) (int, error) { return f.file.Read(b) } argument
769 func (f ioFile) Stat() (fs.FileInfo, error) { return f.file.Stat() } argument
774 func (f ioFile) Seek(offset int64, whence int) (int64, error) { argument
782 func (f ioFile) ReadDir(count int) ([]fs.DirEntry, error) { argument
790 func (f ioFile) Readdir(count int) ([]fs.FileInfo, error) { argument
/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() argument
159 try (OutputStream out = new BufferedOutputStream(new FileOutputStream(ioFile))) { in setContents()
176 File ioFile = file.getLocation().toFile(); in testOperationOnOutOfSync() local
177 setContents(ioFile); in testOperationOnOutOfSync()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/dialogs/
H A DNewFileDialog.cpp382 QString ioFile = ""; in loadFile() local
384 ioFile = ui->ioPlugin->currentText(); in loadFile()
386 ioFile += nativeFn; in loadFile()
388 options.filename = ioFile; in loadFile()
/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
260 assertTrue(ioFile.length() > 0); in assertResourceFile()
266 File ioFile = file.getLocation().toFile(); in assertResourceFile() local
267 assertTrue(ioFile.length() > 0); in assertResourceFile()
/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
329 if (ioFile.exists()) {// needs to handle case insensitivity on WINOS in getFileForLocation()
330 files = ResourcesPlugin.getWorkspace().getRoot().findFilesForLocationURI(ioFile.toURI()); in getFileForLocation()
/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
533 if (ioFile != null && ioFile.exists()) { in getInputStream()
534 return new FileInputStream(ioFile); in getInputStream()
/dports/science/v_sim/v_sim-3.8.0/src/
H A Dvisu_configFile.c1379 GIOChannel *ioFile; in _loadRaw() local
1390 ioFile = g_io_channel_new_file(fileName, "r", error); in _loadRaw()
1401 status = g_io_channel_read_line_string(ioFile, line, NULL, error); in _loadRaw()
1446 status = g_io_channel_read_line_string(ioFile, line, in _loadRaw()
1524 status = g_io_channel_shutdown(ioFile, FALSE, error); in _loadRaw()
1525 g_io_channel_unref(ioFile); in _loadRaw()

12