Searched refs:m_tempfile (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DHTTPDownload.h58 wxString m_tempfile; member in class:CHTTPDownloadThread
H A DHTTPDownload.cpp151 m_tempfile(filename),
202 wxFFileOutputStream outfile(m_tempfile);
205 throw wxString(CFormat(_("Unable to create destination file %s for download!")) % m_tempfile);
286 if (wxFileExists(m_tempfile)) {
287 wxRemoveFile(m_tempfile);

Completed in 60 milliseconds