Searched refs:GetMinFreeDiskSpace (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.h336 static uint64 GetMinFreeDiskSpace() { return s_uMinFreeDiskSpace * 1048576ull; } function in class:CPreferences
H A DThreadTasks.cpp536 uint64_t minFree = thePrefs::IsCheckDiskspaceEnabled() ? thePrefs::GetMinFreeDiskSpace() : 0;
H A DDownloadQueue.cpp1237 min = thePrefs::GetMinFreeDiskSpace();
H A DPartFile.cpp2485 neededSpace += thePrefs::GetMinFreeDiskSpace();

Completed in 90 milliseconds