Searched refs:adb_get_homedir_path (Results 1 – 4 of 4) sorted by relevance
39 std::string adb_get_homedir_path(bool check_env_first);
35 std::string auth_token_path = adb_get_homedir_path(false); in adb_construct_auth_command()
242 std::string adb_get_homedir_path(bool check_env_first) { in adb_get_homedir_path() function
291 const std::string home = adb_get_homedir_path(true); in get_user_keyfilepath()