Home
last modified time | relevance | path

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

/system/core/adb/client/
Dconsole.cpp35 std::string auth_token_path = adb_get_homedir_path(); in adb_construct_auth_command() local
36 auth_token_path += OS_PATH_SEPARATOR; in adb_construct_auth_command()
37 auth_token_path += auth_token_filename; in adb_construct_auth_command()
41 if (!android::base::ReadFileToString(auth_token_path, &token) in adb_construct_auth_command()