Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/command_util/
Dutil.cc56 static Result<void> ReadExactBinaryResult(const SharedFD& fd, T* t) { in ReadExactBinaryResult() function
67 CF_EXPECT(ReadExactBinaryResult(monitor_socket, &exit_codes), in ReadExitCode()
95 CF_EXPECT(ReadExactBinaryResult(monitor_socket, &action), in ReadLauncherActionFromFd()
104 CF_EXPECT(ReadExactBinaryResult(monitor_socket, &length), in ReadLauncherActionFromFd()
155 CF_EXPECT(ReadExactBinaryResult(monitor_socket, &response), in RunLauncherAction()
185 CF_EXPECT(ReadExactBinaryResult(monitor_socket, &response), in RunLauncherAction()