OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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