OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:download_fd
(Results
1 - 3
of
3
) sorted by null
/system/core/fastbootd/
protocol.h
41
int
download_fd
;
member in struct:protocol_handle
protocol.c
178
phandle->
download_fd
= -1;
190
fd = phandle->
download_fd
;
191
phandle->
download_fd
= -1;
commands.c
185
phandle->
download_fd
= protocol_handle_download(phandle, len);
186
if (phandle->
download_fd
< 0) {
Completed in 1374 milliseconds