Searched refs:emulator_output (Results 1 – 1 of 1) sorted by relevance
137 std::string emulator_output; in adb_send_emulator_command() local149 if (result > 0) emulator_output.append(buf, result); in adb_send_emulator_command()171 const size_t result = emulator_output.find(delims, found); in adb_send_emulator_command()179 printf("%s", emulator_output.c_str() + found); in adb_send_emulator_command()