Searched refs:wxAccess (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilefn.h143 int wxAccess(const wxChar *name, int WXUNUSED(how));
304 #define wxAccess wxMSLU__waccess macro
320 #define wxAccess _waccess macro
330 #define wxAccess _waccess macro
342 #define wxAccess wxPOSIX_IDENT(access) macro
454 WXDLLIMPEXP_BASE int wxAccess( const wxChar *pathname, int mode );
460 #define wxAccess access macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dfilefnwce.cpp103 int wxAccess(const wxChar *name, int WXUNUSED(how)) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfile.cpp179 return wxAccess(name, how) == 0;
H A Dfilefn.cpp143 WXDLLEXPORT int wxAccess( const wxChar *pathname, int mode ) function
1878 return wxAccess(path.c_str(), W_OK) == 0;
1892 return wxAccess(path.c_str(), R_OK) == 0;
1906 return wxAccess(path.c_str(), X_OK) == 0;

Completed in 124 milliseconds