Searched refs:CanFSHandleLargeFiles (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 DPlatformSpecific.h123 inline bool CanFSHandleLargeFiles(const CPath& path) function in namespace:PlatformSpecific
H A DDownloadQueue.cpp59 #include "PlatformSpecific.h" // Needed for CanFSHandleLargeFiles
240 if (!PlatformSpecific::CanFSHandleLargeFiles(thePrefs::GetTempDir())) {
243 } else if (!PlatformSpecific::CanFSHandleLargeFiles(theApp->glob_prefs->GetCatPath(category))) {
1466 if (!PlatformSpecific::CanFSHandleLargeFiles(thePrefs::GetTempDir())) {
1469 } else if (!PlatformSpecific::CanFSHandleLargeFiles(theApp->glob_prefs->GetCatPath(category))) {

Completed in 105 milliseconds