Home | History | Annotate | Download | only in adb

Lines Matching defs:command

31 // Return the console authentication command for the emulator, if needed
44 // either way we won't add any authentication command.
48 // now construct and return the actual command: "auth <token>\n"
49 std::string command = "auth ";
50 command += token;
51 command += '\n';
52 return command;
135 // preventing the emulator from reading the command that adb has sent.
145 // Any other emu command is followed by the quit command that we