Home
last modified time | relevance | path

Searched refs:qual_match (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dtransport.cpp695 static int qual_match(const char* to_test, const char* prefix, const char* qual, in qual_match() function
962 qual_match(target.c_str(), "product:", product, false) || in MatchesTarget()
963 qual_match(target.c_str(), "model:", model, true) || in MatchesTarget()
964 qual_match(target.c_str(), "device:", device, false); in MatchesTarget()