Searched refs:ListApplications (Results 1 - 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DRNBServices.h26 int ListApplications (std::string &plist, bool opt_runningApps, bool opt_debuggable);
H A DRNBServices.cpp122 ListApplications(std::string& plist, bool opt_runningApps, bool opt_debuggable) function
H A Ddebugserver.cpp1219 int err = ListApplications(applist_plist, false, false);
1226 RNBLogSTDERR ("error: ListApplications returned error %i\n", err);
1275 if (ListApplications(applist_plist, false, false) == 0)

Completed in 89 milliseconds