Searched refs:PlatformSpecific (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPlatformSpecific.cpp25 #include "PlatformSpecific.h"
65 bool PlatformSpecific::CreateSparseFile(const CPath& name, uint64_t size)
108 bool PlatformSpecific::CreateSparseFile(const CPath& name, uint64_t WXUNUSED(size))
121 int PlatformSpecific::GetMaxConnections()
159 static PlatformSpecific::EFSType doGetFilesystemType(const CPath& path)
164 return PlatformSpecific::fsOther;
172 return PlatformSpecific::fsOther;
175 return PlatformSpecific::fsFAT;
177 return PlatformSpecific::fsNTFS;
179 return PlatformSpecific
[all...]
H A DPlatformSpecific.h32 namespace PlatformSpecific { namespace
149 }; /* 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))) {
464 PlatformSpecific::PreventSleepMode();
466 PlatformSpecific::AllowSleepMode();
470 PlatformSpecific::AllowSleepMode();
1466 if (!PlatformSpecific::CanFSHandleLargeFiles(thePrefs::GetTempDir())) {
1469 } else if (!PlatformSpecific::CanFSHandleLargeFiles(theApp->glob_prefs->GetCatPath(category))) {
H A DMakefile.am94 PlatformSpecific.cpp \
403 PlatformSpecific.h \
H A DThreadTasks.cpp38 #include "PlatformSpecific.h" // Needed for CanFSHandleSpecialChars
434 CPath dstName = m_filename.Cleanup(true, !PlatformSpecific::CanFSHandleSpecialChars(targetPath));
H A Damule.cpp69 #include "PlatformSpecific.h" // Needed for PlatformSpecific::AllowSleepMode();
1368 PlatformSpecific::AllowSleepMode();
H A DMakefile.in120 libmuleappcore_a-PlatformSpecific.$(OBJEXT) \
652 PlatformSpecific.cpp \
945 PlatformSpecific.h \
1337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmuleappcore_a-PlatformSpecific.Po@am__quote@
1746 libmuleappcore_a-PlatformSpecific.o: PlatformSpecific.cpp
1747 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libmuleappcore_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libmuleappcore_a-PlatformSpecific.o -MD -MP -MF $(DEPDIR)/libmuleappcore_a-PlatformSpecific.Tpo -c -o libmuleappcore_a-PlatformSpecific.o `test -f 'PlatformSpecific
[all...]
H A DPreferences.cpp63 #include "PlatformSpecific.h" // Needed for PlatformSpecific::GetMaxConnections()
1494 int iRealMax = PlatformSpecific::GetMaxConnections();
H A DPartFile.cpp72 #include "PlatformSpecific.h" // Needed for CreateSparseFile()
295 fileCreated = PlatformSpecific::CreateSparseFile(m_PartPath, GetFileSize());

Completed in 140 milliseconds