Searched refs:HasSubstrings (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/host/commands/tpm_simulator_manager/ |
D | tpm_simulator_manager.cpp | 34 bool HasSubstrings(const std::string& string, const std::vector<std::string>& substrings) { in HasSubstrings() function 83 if (HasSubstrings(line, {"TPM", "command", "server", "listening", "on", "port"})) { in main() 86 if (HasSubstrings(line, {"Platform", "server", "listening", "on", "port"})) { in main()
|