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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dlinuxmon.cpp66 wxFileInputStream upInput ( UPTIME_FILE.GetFullPath () );
67 wxFileInputStream loadInput ( LOADAVG_FILE.GetFullPath () );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhelpdata.h64 wxString GetFullPath(const wxString &page) const;
91 wxString GetFullPath() const { return book->GetFullPath(page); } function in struct:wxHtmlHelpDataItem
116 wxString GetFullPath() const { return m_Book->GetFullPath(m_Page); } function in struct:wxHtmlContentsItem
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDirectoryTreeCtrl.cpp145 AddSubdirectories(hItem, GetFullPath(hItem));
179 AddSubdirectories(hChild, GetFullPath(hChild));
202 CPath fullPath = GetFullPath(hBranch).JoinPaths(item);
226 CPath CDirectoryTreeCtrl::GetFullPath(wxTreeItemId hItem) function in class:CDirectoryTreeCtrl
228 { wxCHECK_MSG(hItem.IsOk(), CPath(), wxT("Invalid item in GetFullPath")); }
233 wxCHECK_MSG(data, CPath(), wxT("Missing data-item in GetFullPath"));
302 return fn.GetFullPath();
324 if (HasSharedSubdirectory(GetFullPath(hChild))) {
329 if (IsShared(GetFullPath(hChild))) {
361 AddShare(GetFullPath(hIte
[all...]
H A DDirectoryTreeCtrl.h63 CPath GetFullPath(wxTreeItemId hItem);
H A DThreadTasks.h249 const CPath& GetFullPath() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DFullPath.h110 GetFullPath(
119 The GetFullPath function builds a full pathname to the specified
127 GetFullPath will return a fnfErr.
168 The GetFullPath function builds a full pathname to the specified
185 FSSpecs), you should call GetFullPath instead of FSpGetFullPath.
210 See also: GetFullPath
H A DFullPath.c95 pascal OSErr GetFullPath(short vRefNum, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DFullPath.h110 GetFullPath(
119 The GetFullPath function builds a full pathname to the specified
127 GetFullPath will return a fnfErr.
168 The GetFullPath function builds a full pathname to the specified
185 FSSpecs), you should call GetFullPath instead of FSpGetFullPath.
210 See also: GetFullPath
H A DFullPath.c95 pascal OSErr GetFullPath(short vRefNum, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dhelpext.cpp275 helpDir.GetFullPath().c_str());
279 const wxFileName mapFile(helpDir.GetFullPath(), WXEXTHELP_MAPFILE);
283 mapFile.GetFullPath().c_str());
292 if ( !input.Open(mapFile.GetFullPath()) )
303 mapFile.GetFullPath().c_str());
310 mapFile.GetFullPath().c_str());
314 m_helpDir = helpDir.GetFullPath(); // now it's valid
H A Ddbgrptg.cpp160 filename.GetFullPath().c_str()
434 wxFFile file(fn.GetFullPath());
456 command = ft->GetOpenCommand(fn.GetFullPath());
476 command = wxFileType::ExpandCommand(cmd, fn.GetFullPath());
482 command << cmd << _T(" \"") << fn.GetFullPath() << _T('"');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddebugrpt.cpp224 if ( wxRemove(wxFileName(m_dir, file).GetFullPath()) != 0 )
271 wxCopyFile(fn.GetFullPath(),
272 wxFileName(GetDirectory(), name).GetFullPath());
295 wxFFile file(fn.GetFullPath(), _T("w"));
312 wxRemove(wxFileName(GetDirectory(), name).GetFullPath());
503 if ( !xmldoc.Save(fn.GetFullPath()) )
524 wxCrashReport::SetFileName(fn.GetFullPath());
607 wxFFileOutputStream os(fn.GetFullPath(), _T("wb"));
623 wxFFileInputStream is(filename.GetFullPath());
631 m_zipfile = fn.GetFullPath();
[all...]
H A Dfilename.cpp554 return wxFileName::FileExists( GetFullPath() );
1157 wxString pathOrig = GetFullPath(format);
1265 GetFullPath().c_str());
1281 if (GetShortcutTarget(GetFullPath(format), filename))
1490 if ( fn1.GetFullPath() == fn2.GetFullPath() )
1568 // this is the one we use in GetFullPath()
1790 wxString wxFileName::GetFullPath( wxPathFormat format ) const function in class:wxFileName
1805 wxString path(GetFullPath());
1831 path = GetFullPath();
[all...]
H A Dfilepickercmn.cpp200 return wxFileName(m_text->GetValue()).GetFullPath();
H A Dstdpbase.cpp79 return filename.GetFullPath();
H A Dtextfile.cpp276 wxTempFile fileTmp(fn.GetFullPath());
H A Dfilesys.cpp228 wxString fullpath = ms_root + fn.GetFullPath();
261 return wxFindFirstFile(ms_root + fn.GetFullPath(), flags);
639 wxString url = fn.GetFullPath(wxPATH_NATIVE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Ded2khash.cpp79 wxFFile file(filename.GetFullPath(), wxT("rbS"));
82 wxLogError (_("Unable to open %s"),unicode2char(filename.GetFullPath()));
H A Dalcc.cpp133 m_filesToHash.Add(filename.GetFullPath());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/filename/
H A Dfilenametest.cpp34 return o << fn.GetFullPath();
182 wxString fullname = fn.GetFullPath(fni.format);
254 CPPUNIT_ASSERT_EQUAL( wxString(_T("foo.")), fn.GetFullPath() );
346 expected, fn.GetFullPath(wxPATH_UNIX)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdata.cpp246 wxString wxHtmlBookRecord::GetFullPath(const wxString &page) const function in class:wxHtmlBookRecord
724 f = fsys.OpenFile(m_bookRecords[i].GetFullPath(x));
727 wxString url = m_bookRecords[i].GetFullPath(x);
738 return m_bookRecords[i].GetFullPath(m_bookRecords[i].GetStart());
746 return m_contents[i].GetFullPath();
755 return m_index[i].GetFullPath();
762 return m_index[i].GetFullPath();
775 return m_contents[i].GetFullPath();
946 file = fsys.OpenFile(m_Data->m_contents[i].book->GetFullPath(thepage));
H A Dchm.cpp104 m_chmFileName = archive.GetFullPath();
143 archive.GetFullPath().c_str());
817 right = abs.GetFullPath();
832 s = new wxChmInputStream(leftFilename.GetFullPath(), right, true);
858 wxString nativename = wxFileSystem::URLToFileName(left).GetFullPath();
H A Dhelpwnd.cpp761 m_HtmlWin->LoadPage(book.GetFullPath(book.GetStart()));
785 m_HtmlWin->LoadPage(book.GetFullPath(book.GetStart()));
797 m_HtmlWin->LoadPage(it->items[0]->GetFullPath());
832 m_HtmlWin->LoadPage(it->items[dlg.GetSelection()]->GetFullPath());
939 m_HtmlWin->LoadPage(it->GetFullPath());
1022 m_PagesHash->Put(it->GetFullPath(),
1427 m_HtmlWin->LoadPage(it.GetFullPath());
1458 m_HtmlWin->LoadPage(it->GetFullPath());
1479 while (contents[idx].GetFullPath() == page) idx++;
1483 m_HtmlWin->LoadPage(contents[idx].GetFullPath());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfilename.h212 bool IsFileWritable() const { return wxIsWritable(GetFullPath()); }
215 bool IsFileReadable() const { return wxIsReadable(GetFullPath()); }
218 bool IsFileExecutable() const { return wxIsExecutable(GetFullPath()); }
435 wxString GetFullPath( wxPathFormat format = wxPATH_NATIVE ) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dbmpcombobox.cpp595 if ( !wxDir::Exists(fn.GetFullPath()) ||
596 !wxDir::GetAllFiles(fn.GetFullPath(),strings,wxT("*.xpm")) )
601 if ( !wxDir::Exists(fn.GetFullPath()) ||
602 !wxDir::GetAllFiles(fn.GetFullPath(),strings,wxT("*.xpm")) )
612 if ( !wxDir::Exists(fn.GetFullPath()) ||
613 !wxDir::GetAllFiles(fn.GetFullPath(),strings,wxT("*.xpm")) )
642 wxImage image(fn.GetFullPath());

Completed in 287 milliseconds

12