HomeSort by relevance Sort by last modified time
    Searched refs:adb_keys_path (Results 1 - 2 of 2) sorted by null

  /tools/test/connectivity/tools/lab/metrics/
adb_hash_metric.py 65 adb_keys_path = self._verify_env()
66 if adb_keys_path is not None:
71 return {self.KEYS_PATH: adb_keys_path, self.KEYS_HASH: adb_keys_hash}
  /system/core/adb/
adb_auth_host.cpp 273 const char* adb_keys_path = getenv("ADB_VENDOR_KEYS"); local
274 if (adb_keys_path == nullptr) {
279 for (const auto& path : android::base::Split(adb_keys_path, ENV_PATH_SEPARATOR_STR)) {

Completed in 103 milliseconds