Searched refs:relativeURL (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/corefoundation/
H A Dstdpaths_cf.cpp89 static wxString BundleRelativeURLToPath(CFURLRef relativeURL) argument
91 CFURLRef absoluteURL = CFURLCopyAbsoluteURL(relativeURL);
102 CFURLRef relativeURL = (*func)(m_bundle); local
103 wxCHECK_MSG(relativeURL, wxEmptyString, wxT("Couldn't get URL"));
104 wxString ret(BundleRelativeURLToPath(relativeURL));
105 CFRelease(relativeURL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dhelpext.cpp109 bool wxExtHelpController::DisplayHelp(const wxString &relativeURL) argument
113 url << wxFILE_SEP_PATH << relativeURL; local

Completed in 58 milliseconds