Searched refs:auth_token_path (Results 1 – 1 of 1) sorted by relevance
35 std::string auth_token_path = adb_get_homedir_path(); in adb_construct_auth_command() local36 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()