Searched refs:GetFullPath (Results 26 - 50 of 50) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.cpp194 return tmp.GetFullPath();
240 return (fn1.GetFullPath() == fn2.GetFullPath());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dfiledlg.cpp274 fn.GetFullPath().fn_str());
453 SetPath(wxFileName(path, name).GetFullPath());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfile.cpp485 m_strName = fn.GetFullPath();
H A Dfs_arc.cpp360 right = rightPart.GetFullPath(wxPATH_UNIX);
H A Dtarstrm.cpp560 return fn.GetFullPath(format);
582 internal = wxFileName(name, format).GetFullPath(wxPATH_UNIX);
H A Dzipstrm.cpp810 return fn.GetFullPath(format);
825 internal = wxFileName(name, format).GetFullPath(wxPATH_UNIX);
H A Dfilefn.cpp285 strend = fn.GetFullPath();
H A Dintl.cpp1159 if ( !wxFindFileInPath(&strFullName, searchPath, fn.GetFullPath()) ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/debugrpt/
H A Ddebugrpt.cpp359 wxFFile file(fn.GetFullPath(), _T("w"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Donlinesig.cpp80 if ( file.Open(m_amulesig.GetFullPath ()) ) {
H A Dwxcasframe.cpp441 if ( !statImage->SaveFile ( fileName.GetFullPath () ) ) {
471 if ( ! fileName.FileExists( fileName.GetFullPath () ) ) {
472 wxLogError( wxT( "Image file " ) + fileName.GetFullPath () + wxT( " doesn't exist" ) );
502 wxFileInputStream in( fileName.GetFullPath () );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.cpp1673 CFileImage *fimg = new CFileImage(filename.GetFullPath());
1692 if ( ::wxFileExists(wxFileName(m_wwwroot, wxT("index.html")).GetFullPath()) ) {
1694 } else if ( ::wxFileExists(wxFileName(m_wwwroot, wxT("index.php")).GetFullPath()) ) {
1698 wxFileName(m_wwwroot, wxT("index.{html,php}")).GetFullPath() + wxT("\n"));
1872 wxString req_file(wxFileName(m_wwwroot, filename).GetFullPath());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmimetype.cpp368 curIconFile = newFile.GetFullPath();
804 fullname.GetFullPath().c_str());
807 if ( !file.Open(fullname.GetFullPath()) )
895 strIcon = fname.GetFullPath();
1081 LoadKDEApp( p.GetFullPath() );
1134 if ( filename.FileExists() && config.Open(filename.GetFullPath()) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.cpp383 wxRemoveFile(tmp + wxFileName(files[i], wxPATH_UNIX).GetFullPath());
386 wxRmdir(tmp + wxFileName(dirs[i], wxPATH_UNIX).GetFullPath());
651 wxFFileOutputStream fileout(fn.GetFullPath());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dutils.cpp466 if (wxDirExists(fn.GetFullPath()) == false)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleAppCommon.cpp290 ConfigDir = fn.GetFullPath();
H A DThreadTasks.cpp683 const CPath& CCompletionEvent::GetFullPath() const function in class:CCompletionEvent
H A DamuleDlg.cpp1242 wxFFileInputStream in(m_skinFileName.GetFullPath());
1262 wxFFileInputStream in(m_skinFileName.GetFullPath());
H A Damule.cpp1322 completed->CompleteFileEnded(evt.ErrorOccured(), evt.GetFullPath());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/stc/
H A Dstctest.cpp579 wxFileName w(fname); w.Normalize(); fname = w.GetFullPath();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfilename.tex42 use \helpref{GetFullPath}{wxfilenamegetfullpath}.
462 \membersection{wxFileName::GetFullPath}\label{wxfilenamegetfullpath}
464 \constfunc{wxString}{GetFullPath}{\param{wxPathFormat }{format = wxPATH\_NATIVE}}
625 file specified by \helpref{GetFullPath}{wxfilenamegetfullpath}.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dwxrc.cpp315 parOutput = fn.GetFullPath();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacstuff.c939 pascal OSErr GetFullPath(short vRefNum, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp122 fnd = fn.GetFullPath();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp825 wxString full = fn.GetFullPath();
937 wxPrintf(_T("File times for '%s':\n"), fn.GetFullPath().c_str());

Completed in 241 milliseconds

12