Searched refs:wxLocalFSHandler (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilesys.cpp212 // wxLocalFSHandler
216 wxString wxLocalFSHandler::ms_root;
218 bool wxLocalFSHandler::CanOpen(const wxString& location)
223 wxFSFile* wxLocalFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs), const wxString& location)
258 wxString wxLocalFSHandler::FindFirst(const wxString& spec, int flags)
264 wxString wxLocalFSHandler::FindNext()
681 m_handler = new wxLocalFSHandler;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilesys.h276 class WXDLLIMPEXP_BASE wxLocalFSHandler : public wxFileSystemHandler class in inherits:wxFileSystemHandler
284 // wxLocalFSHandler will prefix all filenames with 'root' before accessing

Completed in 110 milliseconds