Home
last modified time | relevance | path

Searched refs:aFile (Results 2176 – 2200 of 2853) sorted by relevance

1...<<81828384858687888990>>...115

/dports/www/firefox/firefox-99.0/netwerk/cache2/
H A DCacheFileChunk.h136 CacheFileChunk(CacheFile* aFile, uint32_t aIndex, bool aInitByWriter);
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cache2/
H A DCacheFileChunk.h135 CacheFileChunk(CacheFile *aFile, uint32_t aIndex, bool aInitByWriter);
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cache2/
H A DCacheFileChunk.h144 CacheFileChunk(CacheFile *aFile, uint32_t aIndex, bool aInitByWriter);
/dports/net-p2p/eiskaltdcpp-lib/eiskaltdcpp-2.2.10/dcpp/
H A DDirectoryListing.h138 void download(File* aFile, const string& aTarget, bool view, bool highPrio);
/dports/net-p2p/eiskaltdcpp-data/eiskaltdcpp-2.2.10/dcpp/
H A DDirectoryListing.h138 void download(File* aFile, const string& aTarget, bool view, bool highPrio);
/dports/net-p2p/eiskaltdcpp-gtk/eiskaltdcpp-2.2.10/dcpp/
H A DDirectoryListing.h138 void download(File* aFile, const string& aTarget, bool view, bool highPrio);
/dports/net-p2p/eiskaltdcpp-daemon/eiskaltdcpp-2.2.10/dcpp/
H A DDirectoryListing.h138 void download(File* aFile, const string& aTarget, bool view, bool highPrio);
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsFileStreams.h95 nsresult MaybeOpen(nsIFile* aFile, int32_t aIoFlags, int32_t aPerm,
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cache2/
H A DCacheFileChunk.h136 CacheFileChunk(CacheFile* aFile, uint32_t aIndex, bool aInitByWriter);
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DnsFileStreams.h95 nsresult MaybeOpen(nsIFile* aFile, int32_t aIoFlags, int32_t aPerm,
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cache2/
H A DCacheFileChunk.h136 CacheFileChunk(CacheFile* aFile, uint32_t aIndex, bool aInitByWriter);
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/fileloader/scribus134format/
H A Dscribus134format.h137 QFile aFile; variable
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/io/
H A DnsLocalFileWin.cpp1014 nsLocalFile::Clone(nsIFile** aFile) { in Clone() argument
1017 file.forget(aFile); in Clone()
1023 nsLocalFile::InitWithFile(nsIFile* aFile) { in InitWithFile() argument
1024 if (NS_WARN_IF(!aFile)) { in InitWithFile()
1029 aFile->GetPath(path); in InitWithFile()
1232 static nsresult do_create(nsIFile* aFile, const nsString& aPath, in do_create() argument
1245 if (NS_SUCCEEDED(aFile->IsDirectory(&isdir)) && isdir) { in do_create()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/io/
H A DnsLocalFileWin.cpp995 nsLocalFile::Clone(nsIFile** aFile) { in Clone() argument
998 file.forget(aFile); in Clone()
1004 nsLocalFile::InitWithFile(nsIFile* aFile) { in InitWithFile() argument
1005 if (NS_WARN_IF(!aFile)) { in InitWithFile()
1010 aFile->GetPath(path); in InitWithFile()
1208 static nsresult do_create(nsIFile* aFile, const nsString& aPath, in do_create() argument
1221 if (NS_SUCCEEDED(aFile->IsDirectory(&isdir)) && isdir) { in do_create()
H A DnsIFile.idl407 * @param aFile
410 void initWithFile(in nsIFile aFile);
563 inline std::ostream& operator<<(std::ostream& aOut, const nsIFile& aFile) {
564 nsIFile* file = const_cast<nsIFile*>(&aFile);
/dports/www/firefox/firefox-99.0/xpcom/io/
H A DnsLocalFileWin.cpp1009 nsLocalFile::Clone(nsIFile** aFile) { in Clone() argument
1012 file.forget(aFile); in Clone()
1018 nsLocalFile::InitWithFile(nsIFile* aFile) { in InitWithFile() argument
1019 if (NS_WARN_IF(!aFile)) { in InitWithFile()
1024 aFile->GetPath(path); in InitWithFile()
1222 static nsresult do_create(nsIFile* aFile, const nsString& aPath, in do_create() argument
1235 if (NS_SUCCEEDED(aFile->IsDirectory(&isdir)) && isdir) { in do_create()
H A DnsIFile.idl407 * @param aFile
410 void initWithFile(in nsIFile aFile);
566 inline std::ostream& operator<<(std::ostream& aOut, const nsIFile& aFile) {
567 nsIFile* file = const_cast<nsIFile*>(&aFile);
/dports/www/firefox-esr/firefox-91.8.0/xpcom/io/
H A DnsLocalFileWin.cpp995 nsLocalFile::Clone(nsIFile** aFile) { in Clone() argument
998 file.forget(aFile); in Clone()
1004 nsLocalFile::InitWithFile(nsIFile* aFile) { in InitWithFile() argument
1005 if (NS_WARN_IF(!aFile)) { in InitWithFile()
1010 aFile->GetPath(path); in InitWithFile()
1208 static nsresult do_create(nsIFile* aFile, const nsString& aPath, in do_create() argument
1221 if (NS_SUCCEEDED(aFile->IsDirectory(&isdir)) && isdir) { in do_create()
H A DnsIFile.idl407 * @param aFile
410 void initWithFile(in nsIFile aFile);
563 inline std::ostream& operator<<(std::ostream& aOut, const nsIFile& aFile) {
564 nsIFile* file = const_cast<nsIFile*>(&aFile);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapService.cpp844 const nsACString& aMessageURI, nsIFile* aFile, bool aAddDummyEnvelope, in SaveMessageToDisk() argument
869 msgUrl->SetMessageFile(aFile); in SaveMessageToDisk()
877 mailnewsUrl->GetSaveAsListener(aAddDummyEnvelope, aFile, in SaveMessageToDisk()
1858 nsIFile* aFile, nsIURI* aUrl, nsIMsgFolder* aDstFolder, in OfflineAppendFromFile() argument
1911 rv = NS_NewLocalFileInputStream(getter_AddRefs(inputStream), aFile); in OfflineAppendFromFile()
1920 aFile->GetFileSize(&fileSize); in OfflineAppendFromFile()
1976 nsIFile* aFile, nsIMsgFolder* aDstFolder, in AppendMessageFromFile() argument
1982 NS_ENSURE_ARG_POINTER(aFile); in AppendMessageFromFile()
2000 imapUrl->SetMsgFile(aFile); in AppendMessageFromFile()
2029 return OfflineAppendFromFile(aFile, mailnewsurl, aDstFolder, messageId, in AppendMessageFromFile()
/dports/lang/seed7/seed7/src/
H A Dcmd_rtl.c1822 cFileType aFile; in cmdBigFileSize() local
1859 aFile = os_fopen(os_path, os_mode_rb); in cmdBigFileSize()
1860 if (aFile == NULL) { in cmdBigFileSize()
1873 size_of_file = getBigFileLengthUsingSeek(aFile); in cmdBigFileSize()
1874 fclose(aFile); in cmdBigFileSize()
2544 cFileType aFile; local
2582 aFile = os_fopen(os_path, os_mode_rb);
2583 if (aFile == NULL) {
2596 size_of_file = getFileLengthUsingSeek(aFile);
2597 fclose(aFile);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/helper/
H A Dqahelper.cxx138 std::ifstream aFile(aOFileName.getStr()); in loadFile() local
141 CPPUNIT_ASSERT_MESSAGE(aErrorMsg.getStr(), aFile); in loadFile()
143 aOStream << aFile.rdbuf(); in loadFile()
144 aFile.close(); in loadFile()
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/manager/
H A Ddp_manager.cxx318 ::osl::File aFile( aFileURL ); in isMacroURLReadOnly()
320 bError = aFile.open( osl_File_OpenFlag_Read | in isMacroURLReadOnly()
324 bError = aFile.write( "1", 1, nWritten ) != ::osl::FileBase::E_None; in isMacroURLReadOnly()
325 if (aFile.close() != ::osl::FileBase::E_None) in isMacroURLReadOnly()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/manager/
H A Ddp_manager.cxx329 ::osl::File aFile( aFileURL ); in isMacroURLReadOnly()
331 bError = aFile.open( osl_File_OpenFlag_Read | in isMacroURLReadOnly()
335 bError = aFile.write( "1", 1, nWritten ) != ::osl::FileBase::E_None; in isMacroURLReadOnly()
336 if (aFile.close() != ::osl::FileBase::E_None) in isMacroURLReadOnly()
/dports/cad/opencascade/opencascade-7.6.0/src/DBRep/
H A DDBRep.cxx1583 …opencascade::std::shared_ptr<std::istream> aFile = aFileSystem->OpenIStream (aFileName, std::ios::… in readbrep() local
1584 if (aFile.get() == NULL) in readbrep()
1591 aFile->read (aStringBuf, 255); in readbrep()
1592 if (aFile->fail()) in readbrep()

1...<<81828384858687888990>>...115