Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_utils.h39 std::string adb_get_homedir_path(bool check_env_first);
Dconsole.cpp35 std::string auth_token_path = adb_get_homedir_path(false); in adb_construct_auth_command()
Dadb_utils.cpp242 std::string adb_get_homedir_path(bool check_env_first) { in adb_get_homedir_path() function
Dadb_auth_host.cpp291 const std::string home = adb_get_homedir_path(true); in get_user_keyfilepath()