MCPcopy Create free account
hub / github.com/amule-project/amule / PlistPath

Function PlistPath

src/AutostartManager.cpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 static const wxString PLIST_LABEL = wxT("org.amule.amule");
249
250 static wxString PlistPath()
251 {
252 return wxGetUserHome() + wxT("/Library/LaunchAgents/") + PLIST_LABEL + wxT(".plist");
253 }
254
255 wxString BackendReadTargetPath()
256 {

Callers 3

BackendReadTargetPathFunction · 0.85
BackendWriteFunction · 0.85
BackendRemoveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected