Searched refs:adb_keys_path (Results 1 – 1 of 1) sorted by relevance
241 const char* adb_keys_path = getenv("ADB_VENDOR_KEYS"); in get_vendor_keys() local242 if (adb_keys_path == nullptr) { in get_vendor_keys()247 for (const auto& path : android::base::Split(adb_keys_path, ENV_PATH_SEPARATOR_STR)) { in get_vendor_keys()