Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dcommandline.h117 int read_and_dump(borrowed_fd fd, bool use_shell_protocol = false,
Dcommandline.cpp279 int read_and_dump(borrowed_fd fd, bool use_shell_protocol, in read_and_dump() function
668 int exit_code = read_and_dump(fd, use_shell_protocol); in RemoteShell()
1195 return read_and_dump(fd.get(), use_shell_protocol, callback); in send_shell_command()
1403 read_and_dump(fd, false, callback); in adb_connect_command()
Dfastdeploy.cpp356 return read_and_dump(patch_fd.get()); in stream_patch()