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

  /tools/test/connectivity/tools/lab/metrics/
adb_hash_metric.py 25 This class will verify that $ADB_VENDOR_KEYS is in the environment variables,
29 _ADV_ENV_VAR = 'ADB_VENDOR_KEYS'
30 _MD5_COMMAND = ('find $ADB_VENDOR_KEYS -not -path \'*/\.*\' -type f '
36 """Determines the path of ADB_VENDOR_KEYS.
39 The path to $ADB_VENDOR_KEYS location, or None if env variable isn't
48 """Determines the hash of keys in $ADB_VENDOR_KEYS folder.
53 The hash of the $ADB_VENDOR_KEYS directory excluding hidden files.
62 A dictionary with 'env' set to the location of adb_vendor_keys, and
  /system/core/adb/
transport.cpp 793 char* ADB_VENDOR_KEYS = getenv("ADB_VENDOR_KEYS");
794 *error_out += "This adb server's $ADB_VENDOR_KEYS is ";
795 *error_out += ADB_VENDOR_KEYS ? ADB_VENDOR_KEYS : "not set";
    [all...]

Completed in 398 milliseconds