Searched refs:partFile (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 DDownloadListCtrl.cpp1421 wxString partFile; // File name with full path local
1428 partFile = thePrefs::GetTempDir().JoinPaths(file->GetPartMetFileName().RemoveExt()).GetRaw();
1433 partFile = file->GetFullName().GetRaw();
1448 partFile.Replace(QUOTE, wxT("\\") QUOTE);
1452 command.Replace(wxT("%PARTFILE"), partFile);
H A DPartFile.cpp2100 CPath partFile = m_partmetfilename.RemoveExt(); local
2101 CThreadScheduler::AddTask(new CHashingTask(GetFilePath(), partFile, this));

Completed in 41 milliseconds