Searched refs:FileExists (Results 1 - 25 of 48) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.h90 bool FileExists() const;
188 static bool FileExists(const wxString& file);
H A DPath.cpp354 bool CPath::FileExists() const function in class:CPath
356 return wxFileName::FileExists(m_filesystem);
383 if (!wxFileName::FileExists(m_filesystem)) {
440 if (FileExists()) {
634 bool CPath::FileExists(const wxString& file) function in class:CPath
636 return CPath(file).FileExists();
H A DTextFile.cpp54 if (path.FileExists()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmk-ca-bundle.vbs78 If objFSO.FileExists(myCaFile) Then
82 While objFSO.FileExists(myBakFile)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCanceledFileList.cpp47 if (!fullpath.FileExists()) {
H A DThreadTasks.cpp276 if (!fullpath.FileExists()) {
341 if (newfullpath.FileExists() || !oldfullpath.FileExists()) {
447 for (unsigned count = 0; newName.FileExists(); ++count) {
475 if (toRemove.FileExists()) {
H A DIP2Country.cpp90 if (!CPath::FileExists(m_DataBasePath)) {
H A DCFile.cpp201 if (!overwrite && path.FileExists()) {
244 if (fileName.FileExists())
H A DPartFileConvert.cpp104 if (!file.FileExists()) {
396 if (!oldfile.FileExists()) {
H A DClientCreditsList.cpp70 if (!fileName.FileExists()) {
87 if (bakFileName.FileExists()) {
H A DFriendList.cpp105 if (!metfile.FileExists()) {
H A DKnownFileList.cpp78 if (!fullpath.FileExists()) {
H A DHTTPDownload.cpp167 if (origFile.FileExists()) {
H A DServerList.cpp92 if (!path.FileExists()) {
447 if ( !CPath::FileExists(m_staticServersConfig) ) {
802 if (curservermet.FileExists()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dutilsexc_base.cpp165 else if(argfn.FileExists())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilepickercmn.cpp194 wxFileName::FileExists(path);
H A Dftp.cpp852 bool wxFTP::FileExists(const wxString& fileName) function in class:wxFTP
889 // Check for existance of file via wxFTP::FileExists(...)
890 if ( FileExists(fileName) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dftp.h90 bool FileExists(const wxString& fileName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dfontmgr.cpp167 if ( !fn.FileExists() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilename.h192 bool FileExists() const;
193 static bool FileExists( const wxString &file );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DPrefs.cpp113 if (path.FileExists() && file.Open(path, CFile::read)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DTextFileTest.cpp161 if (path.FileExists()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebInterface.cpp415 if (wxFileName::FileExists(tmplPath)) {
770 return wxFileName::FileExists(JoinPaths(dir, JoinPaths(lang, JoinPaths(wxT("LC_MESSAGES"), domain + wxT(".mo")))));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddbgrptg.cpp498 event.Enable(fn.FileExists());
H A Dhelpext.cpp280 if ( ! mapFile.FileExists() )

Completed in 522 milliseconds

12