Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.cpp809 static int qual_match(const std::string& to_test, const char* prefix, const std::string& qual, in qual_match() argument
811 if (to_test.empty()) /* Return true if both the qual and to_test are empty strings. */ in qual_match()
816 const char* ptr = to_test.c_str(); in qual_match()