Searched refs:wxDirExists (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddirdlgg.cpp220 if (wxDirExists(m_path))
329 if (wxDirExists(path))
344 } while (wxDirExists(path));
H A Dfiledlgg.cpp773 if (!wxDirExists(dir)) return;
1351 if (wxDirExists(dir))
1436 if (wxDirExists(filename))
H A Ddirctrlg.cpp287 wxDirExists(dirNameLower));
344 success = wxDirExists(dirNameLower);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstdpbase.cpp130 if (!value.IsEmpty() && wxDirExists(value))
H A Ddircmn.cpp338 if (!wxDirExists(dirname))
H A Dfilefn.cpp1283 bool wxDirExists(const wxChar *pszPathName) function
H A Dfilename.cpp569 return ::wxDirExists( dir );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddirmac.cpp34 #include "wx/filefn.h" // for wxDirExists()
204 return wxDirExists(dir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Ddirmac.cpp33 #include "wx/filefn.h" // for wxDirExists()
236 return wxDirExists(dir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddirmgl.cpp190 return wxDirExists(dir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmslu.cpp117 if ( wxDirExists(ofn->lpstrFile) )
H A Ddir.cpp33 #include "wx/filefn.h" // for wxDirExists()
286 return wxDirExists(dir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddir.cpp320 return wxDirExists(rsDir);
H A Dutils.cpp466 if (wxDirExists(fn.GetFullPath()) == false)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddirdlg.cpp188 if (wxDirExists(dir))
H A Dfiledlg.cpp404 if (wxDirExists(dir))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddir.cpp207 return wxDirExists(dir);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilename.h204 static bool IsDirWritable(const wxString &path) { return wxDirExists(path) && wxIsWritable(path); }
207 static bool IsDirReadable(const wxString &path) { return wxDirExists(path) && wxIsReadable(path); }
H A Dfilefn.h503 WXDLLIMPEXP_BASE bool wxDirExists(const wxChar *pszPathName);
604 return wxDirExists(pszPathName);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.cpp928 bool isDir = wxDirExists(path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule.cpp1061 if ( ::wxDirExists(new_path) ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilename.tex48 \helpref{wxDirExists}{functionwxdirexists}) and construct the wxFileName
57 if (wxDirExists(user_input))
H A Dfunction.tex73 \helpref{wxDirExists}{functionwxdirexists}\\
1115 \membersection{::wxDirExists}\label{functionwxdirexists}
1117 \func{bool}{wxDirExists}{\param{const wxChar *}{dirname}}

Completed in 325 milliseconds