Searched refs:IsCheckDiskspaceEnabled (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.h333 static bool IsCheckDiskspaceEnabled() { return s_checkDiskspace; } function in class:CPreferences
H A DThreadTasks.cpp536 uint64_t minFree = thePrefs::IsCheckDiskspaceEnabled() ? thePrefs::GetMinFreeDiskSpace() : 0;
H A DECSpecialMuleTags.cpp259 if (thePrefs::IsCheckDiskspaceEnabled()) {
H A DPrefsUnifiedDlg.cpp430 FindWindow( IDC_MINDISKSPACE )->Enable( thePrefs::IsCheckDiskspaceEnabled() );
H A DDownloadQueue.cpp1236 if ( thePrefs::IsCheckDiskspaceEnabled() ) {
H A DPartFile.cpp2484 if ( thePrefs::IsCheckDiskspaceEnabled() ) {

Completed in 120 milliseconds