Home
last modified time | relevance | path

Searched refs:uninstall_app (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dcommandline.cpp52 static int uninstall_app(transport_type t, const char* serial, int argc, const char** argv);
1397 return uninstall_app(ttype, serial, argc, argv); in adb_commandline()
1501 static int uninstall_app(transport_type transport, const char* serial, int argc, in uninstall_app() function