OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adb_get_homedir_path
(Results
1 - 4
of
4
) sorted by null
/system/core/adb/
adb_utils.h
39
std::string
adb_get_homedir_path
(bool check_env_first);
console.cpp
35
std::string auth_token_path =
adb_get_homedir_path
(false);
adb_utils.cpp
242
std::string
adb_get_homedir_path
(bool check_env_first) {
function
adb_auth_host.cpp
291
const std::string home =
adb_get_homedir_path
(true);
Completed in 3100 milliseconds