Searched refs:wxIsWritable (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 Dfilename.h203 bool IsDirWritable() const { return wxIsWritable(GetPath()); }
204 static bool IsDirWritable(const wxString &path) { return wxDirExists(path) && wxIsWritable(path); }
212 bool IsFileWritable() const { return wxIsWritable(GetFullPath()); }
213 static bool IsFileWritable(const wxString &path) { return wxFileExists(path) && wxIsWritable(path); }
H A Dfilefn.h609 WXDLLIMPEXP_BASE bool wxIsWritable(const wxString &path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.cpp371 } else if ((mode & writable) && !wxIsWritable(path)) {
385 } else if ((mode & writable) && !wxIsWritable(m_filesystem)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilefn.cpp1874 bool wxIsWritable(const wxString &path) function

Completed in 190 milliseconds