Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_auth.h38 int adb_auth_keygen(const char* filename);
/system/core/adb/client/
Dauth.cpp325 int adb_auth_keygen(const char* filename) { in adb_auth_keygen() function
Dcommandline.cpp2072 return adb_auth_keygen(argv[1]); in adb_commandline()