Searched refs:delims (Results 1 – 1 of 1) sorted by relevance
168 const std::string delims = "OK\r\n"; in adb_send_emulator_command() local171 const size_t result = emulator_output.find(delims, found); in adb_send_emulator_command()175 found = result + delims.size(); in adb_send_emulator_command()