HomeSort by relevance Sort by last modified time
    Searched full:auth_token_path (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
console.cpp 35 std::string auth_token_path = adb_get_homedir_path(); local
36 auth_token_path += OS_PATH_SEPARATOR;
37 auth_token_path += auth_token_filename;
41 if (!android::base::ReadFileToString(auth_token_path, &token)

Completed in 78 milliseconds