Searched defs:read_and_dump (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dcommandline.cpp296 static int read_and_dump(int fd, bool use_shell_protocol=false, std::string* output=nullptr, function
339 D("read_and_dump(): pre adb_read(fd=%d)", fd);
341 D("read_and_dump(): post adb_read(fd=%d): length=%d", fd, length);
696 // TODO: combine read_and_dump with stdin_read_thread to make life simpler?
702 exit_code = read_and_dump(fd, use_shell_protocol);
1169 int exit_code = read_and_dump(fd, use_shell_protocol, output, err);
1423 read_and_dump(fd);

Completed in 70 milliseconds