Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dclient.cpp636 const string waitFor = "[Fail]No any connected target"; in WaitFor() local
637 if (!strncmp(str.c_str(), waitFor.c_str(), waitFor.size())) { in WaitFor()