Searched refs:wxMacExecute (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 Dutilsexc_base.cpp3 // Purpose: wxMacExecute
54 // wxMacExecute
61 long wxMacExecute(wxChar **argv, function
65 // Semi-macros used for return value of wxMacExecute
81 wxLogDebug(wxT("wxMacExecute No file to launch!"));
100 wxLogDebug(wxT("wxMacExecute Can't open path: %s"), path.c_str());
112 wxLogDebug(wxT("wxMacExecute Bad bundle: %s"), path.c_str());
123 wxLogDebug(wxT("wxMacExecute Not an APPL bundle: %s"), path.c_str());
135 wxLogDebug(wxT("wxMacExecute Could not create CFMutableArray"));
190 wxT("wxMacExecute Coul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dutilsunx.cpp257 long wxMacExecute(wxChar **argv,
335 // wxMacExecute only executes app bundles.
338 lRc = wxMacExecute(argv, flags, process);

Completed in 103 milliseconds