HomeSort by relevance Sort by last modified time
    Searched refs:ack_reply_handle (Results 1 - 2 of 2) sorted by null

  /system/core/adb/client/
main.cpp 163 const HANDLE ack_reply_handle = cast_int_to_handle(ack_reply_fd);
167 if (!WriteFile(ack_reply_handle, ack, bytes_to_write, &written, NULL)) {
168 fatal("adb: cannot write ACK to handle 0x%p: %s", ack_reply_handle,
175 CloseHandle(ack_reply_handle);
  /system/core/adb/
commandline.cpp 1314 const HANDLE ack_reply_handle = cast_int_to_handle(ack_reply_fd); local
    [all...]

Completed in 834 milliseconds