Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DTransport.h34 static const std::array<std::string, 3> gTransportStrings = { variable
/system/libvintf/
Dparse_string.cpp323 for (size_t i = 0; i < gTransportStrings.size(); ++i) { in parse()
324 if (s.find(gTransportStrings.at(i)) != std::string::npos) { in parse()