Home
last modified time | relevance | path

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

/system/core/adb/client/
Dconsole.cpp168 const std::string delims = "OK\r\n"; in adb_send_emulator_command() local
171 const size_t result = emulator_output.find(delims, found); in adb_send_emulator_command()
175 found = result + delims.size(); in adb_send_emulator_command()