Searched refs:expected_command (Results 1 – 1 of 1) sorted by relevance
65 void ReadAndCheckCommandMessage(int fd, MinadbdCommand expected_command) { in ReadAndCheckCommandMessage() argument71 memcpy(expected.data() + strlen(kMinadbdCommandPrefix), &expected_command, in ReadAndCheckCommandMessage()72 sizeof(expected_command)); in ReadAndCheckCommandMessage()