Searched refs:qual_match (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | transport.cpp | 624 static int qual_match(const char *to_test, in qual_match() function 870 qual_match(target.c_str(), "product:", product, false) || in MatchesTarget() 871 qual_match(target.c_str(), "model:", model, true) || in MatchesTarget() 872 qual_match(target.c_str(), "device:", device, false); in MatchesTarget()
|