OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ack_reply_handle
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/client/
main.cpp
140
const HANDLE
ack_reply_handle
= cast_int_to_handle(ack_reply_fd);
local
144
if (!WriteFile(
ack_reply_handle
, ack, bytes_to_write, &written, NULL)) {
145
fatal("adb: cannot write ACK to handle 0x%p: %s",
ack_reply_handle
,
152
CloseHandle(
ack_reply_handle
);
/system/core/adb/
commandline.cpp
1424
const HANDLE
ack_reply_handle
= cast_int_to_handle(ack_reply_fd);
local
[
all
...]
Completed in 510 milliseconds