Searched refs:RemoveFile (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfs_mem.tex51 wxMemoryFSHandler::RemoveFile("logo.pcx");
52 wxMemoryFSHandler::RemoveFile("about.htm");
112 \membersection{wxMemoryFSHandler::RemoveFile}\label{wxmemoryfshandlerremovefile}
114 \func{static void}{RemoveFile}{\param{const wxString\& }{filename}}
H A Ddebugrpt.tex257 \membersection{wxDebugReport::RemoveFile}\label{wxdebugreportremovefile}
259 \func{void}{RemoveFile}{\param{const wxString\& }{name}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSharedFilesCtrl.h73 void RemoveFile(CKnownFile* toremove);
H A DSharedFileList.h58 void RemoveFile(CKnownFile* toremove);
H A DDownloadListCtrl.h91 void RemoveFile( CPartFile* file );
H A DPartFileConvert.cpp395 CPath::RemoveFile(newfilename.RemoveExt());
415 CPath::RemoveFile(newfilename);
448 CPath::RemoveFile(folder.JoinPaths(oldFile));
H A DDownloadQueue.h142 void RemoveFile(CPartFile* toremove, bool keepAsCompleted = false);
H A DThreadTasks.cpp465 if (!CPath::RemoveFile(partfilename)) {
476 if (!CPath::RemoveFile(toRemove)) {
H A DGuiEvents.cpp344 theApp->amuledlg->m_sharedfileswnd->sharedfilesctrl->RemoveFile(file);
394 theApp->amuledlg->m_transferwnd->downloadlistctrl->RemoveFile(file);
H A DPartFile.cpp763 CPath::RemoveFile(m_fullname);
912 CPath::RemoveFile(m_fullname.AppendExt(wxT(".backup")));
1032 CPath::RemoveFile(seedsPath);
2152 theApp->downloadqueue->RemoveFile(this, true);
2232 theApp->sharedfiles->RemoveFile(this);
2234 theApp->downloadqueue->RemoveFile(this);
2250 if (!CPath::RemoveFile(m_fullname)) {
2256 if (!CPath::RemoveFile(m_PartPath)) {
2263 if (!CPath::RemoveFile(BAKName)) {
2271 if (CPath::RemoveFile(SEEDSNam
[all...]
H A DServerList.cpp853 CPath::RemoveFile(tempFilename);
909 CPath::RemoveFile(tempFilename);
H A DUploadClient.cpp241 theApp->sharedfiles->RemoveFile(srcfile);
H A DDownloadQueue.cpp389 theApp->sharedfiles->RemoveFile(file);
798 void CDownloadQueue::RemoveFile(CPartFile* file, bool keepAsCompleted) function in class:CDownloadQueue
H A DSharedFileList.cpp522 void CSharedFileList::RemoveFile(CKnownFile* toremove){ function in class:CSharedFileList
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfs_mem.h48 static void RemoveFile(const wxString& filename);
H A Ddebugrpt.h103 void RemoveFile(const wxString& name);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.h181 static bool RemoveFile(const CPath& file);
H A DPath.cpp586 bool CPath::RemoveFile(const CPath& file) function in class:CPath
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfs_mem.cpp224 /*static*/ void wxMemoryFSHandlerBase::RemoveFile(const wxString& filename) function in class:wxMemoryFSHandlerBase
H A Ddebugrpt.cpp304 void wxDebugReport::RemoveFile(const wxString& name) function in class:wxDebugReport
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DTextFileTest.cpp162 ASSERT_TRUE(CPath::RemoveFile(path));
H A DFileDataIOTest.cpp741 if (!CPath::RemoveFile(testFile)) {
749 CPath::RemoveFile(testFile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddbgrptg.cpp407 m_dbgrpt.RemoveFile(m_files[n]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtexthtml.cpp644 wxMemoryFSHandler::RemoveFile(location);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dwxrc.cpp647 wxT(" wxMemoryFSHandler::RemoveFile(wxT(\"XRC_resource/dummy_file\"));\n")
789 wxT(" wx.MemoryFSHandler.RemoveFile('XRC_resource/dummy_file')\n")

Completed in 125 milliseconds

12