Searched refs:EFSType (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.h62 enum EFSType { enum in namespace:PlatformSpecific
80 EFSType GetFilesystemType(const CPath& path);
H A DPlatformSpecific.cpp159 static PlatformSpecific::EFSType doGetFilesystemType(const CPath& path)
191 static PlatformSpecific::EFSType doGetFilesystemType(const CPath& path)
194 PlatformSpecific::EFSType retval = PlatformSpecific::fsOther;
245 static PlatformSpecific::EFSType doGetFilesystemType(const CPath& path)
249 PlatformSpecific::EFSType retval = PlatformSpecific::fsOther;
284 static inline PlatformSpecific::EFSType doGetFilesystemType(const CPath& WXUNUSED(path))
294 PlatformSpecific::EFSType PlatformSpecific::GetFilesystemType(const CPath& path)
296 typedef std::map<wxString, EFSType> FSMap;

Completed in 48 milliseconds