Searched refs:qual_match (Results 1 – 1 of 1) sorted by relevance
/system/core/adb/ |
D | transport.cpp | 809 static int qual_match(const std::string& to_test, const char* prefix, const std::string& qual, in qual_match() function 1135 return (target == devpath) || qual_match(target, "product:", product, false) || in MatchesTarget() 1136 qual_match(target, "model:", model, true) || in MatchesTarget() 1137 qual_match(target, "device:", device, false); in MatchesTarget()
|